Get OAUTH 2 token from Dropbox using SDK

孤者浪人 提交于 2019-12-11 10:07:10

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!