Question

I am trying to connect to Dropbox using the Sharpbox library. All the process went fine and I am able to connect, although I don't know how to save the access token for later use from within C#. It cannot be saved into the settings file unfortunately because it is an abstract type. I tried to convert it to string and save it, but I don't know how to convert it back to AppLimit.CloudComputing.SharpBox.ICloudStorageAccessToken for future use. So how can I store his token?

Thanks

Pas de solution correcte

Autres conseils

Reading between the lines at http://www.jayway.com/2012/02/06/unboxing-dropbox-and-sharpbox-2/, I wonder if there's a CloudStorage.SerializeSecurityToken (to pair with the DeserializeSecurityToken shown in the post).

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top