Peter Daukintis
I just modified my file upload sample (http://babaandthepigman.wordpress.com/2012/01/18/wp7-skydrive-upload/) to use the PhotoChooserTask to enable photo upload.
Here are the files:
Peter Daukintis
I just modified my file upload sample (http://babaandthepigman.wordpress.com/2012/01/18/wp7-skydrive-upload/) to use the PhotoChooserTask to enable photo upload.
Here are the files:
Tagged photo, skydrive, wp7, wp7devThis site uses Akismet to reduce spam. Learn how your comment data is processed.
Hi
I’ve been playing with your sample with no success!
In this procedure …
private void SignInButtonSessionChanged(object sender, Microsoft.Live.Controls.LiveConnectSessionChangedEventArgs e)
{
if (e.Status == LiveConnectSessionStatus.Connected)
{
VisualStateManager.GoToState(this, “SignedIn”, true);
_liveConnectSession = e.Session;
}
}
… e.Status always returns ‘unknown’.
I have, of course, put my correct ClientID in the SignInButton.
What is likely to be wrong?
Jeff
I would suggest checking that your client Id is configured correctly. Did you use a valid redirect domain when you configured it?
I have meet the same issue of the “e.Status always returns ‘unknown’”
Then return to the sign in button screen ><
Hi Mark,
I think your clientId must be configured incorrectly as the sample works fine for me – did you use a valid redirect domain?
HI,
its working fine for me.but i want to upload multiple image on sky drive at the same time.please you tell me how it will be accomplished.