问题
Is there any way to get the oauth 2 token from the ios dropbox sdk? Generally the token received is oauth 1 token but I need that oauth 2 token.
Please help me
Thanks in advance..
回答1:
If you have an OAuth 1 token, you can convert it to an OAuth 2 token via the /token_from_oauth1 endpoint.
See also https://blogs.dropbox.com/developers/2014/03/upgrading-a-dropbox-oauth-1-token-to-oauth-2/.
来源:https://stackoverflow.com/questions/30504591/get-oauth-2-token-from-dropbox-using-sdk