문제

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

올바른 솔루션이 없습니다

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top