chickvur.blogg.se

Dropbox developer api example android apps
Dropbox developer api example android apps













dropbox developer api example android apps

I thought the DropboxClient would do "it's thing" using the initial access and refresh tokens. It concerns an MVC webapp, and the dropboxclient is newly instantiated on every use.

dropbox developer api example android apps

Cloud Together is an Android app that allows users to sign in to Google. Using the  it works for a while (a few hours after initial usser auth), but the next day it fails with " : expired_access_token/" Im very new to API so I would need very basic instructions if this is possible. The DropboxClient is instantiated with the Access_token and refresh token retrieved in the first part. The tokens are persisted in the DB and to be used for longer periods (months) without the user needing to re-login The resulting POST http request gives me a code and DropboxOAuth2Helper.ProcessCodeFlowAsync provides me an access token and refresh token based on that code. I ask for user authentication (only once) using the DropboxOAuth2Helper.GetAuthorizeUri with OAuthResponseType.Code and TokenAccessType.Offline. Greg, I still can't get it to work for a duration longer than the access token's validity.















Dropbox developer api example android apps