开发者

how to implement dropbox in android application with REST API

https://www.dropbox.com/developers/docs is the best place, But I cannot get the proper answer, I want to implement dropbox in my android application with REST api, I don't want User Log in screen, want to put username and password dynamically.

Any idea or c开发者_Python百科ode snippet for this Question? Thanks.


At some stage, you have to enter the UN/PW - you then get a token (as described here:

Passwords And Tokens

You only need to ask for your user's login information once for authentication. Upon successful authentication, you'll received a consumer key and secret pair you can sign for a token for all further calls. This is all done using the /token API method.

YOu can store the token and reuse that for authentication

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜