Search code examples
iosobjective-cdropboxcaptcha

Is there any way to be connected with the Dropbox SDK without having the captcha access screen each time?


I would like to be connected with the Dropbox SDK on iOS without allowing it every time. Is it possible?
enter image description here

I would just like the person log it with is Dropbox and password account, and that's all.

My main problem is that Dropbox is asking each time a captcha which is bugging me... enter image description here How can I avoid that captcha question?

Thanks in advance.


Solution

  • If you RTFM, you will have everything for your code. https://www.dropbox.com/developers/documentation/objective-c

    Check the example provided by Dropbox: https://github.com/dropbox/dropbox-sdk-obj-c/tree/master/Examples/DBRoulette

    It is probably because you ask several times the token...