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

No correct solution

OTHER TIPS

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).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top