When using Dropbox CoreAPI, how to skip user permission?

て烟熏妆下的殇ゞ 提交于 2019-12-13 02:19:03

问题


I'm making an application that plays streaming video through Dropbox. My videos are uploaded to a Dropbox public folder. I'm using coreApi, media method, and I have had success getting my video's path and playing it. But whenever I run the application, I see two unexpected screens:

First, if a user doesn't login at dropbox, my application demands a dropbox account login.

Should whoever uses my application, need to have their own account? If so, someone who doesn't have an account, can't use our service? If an user account isn't needed, I want to skip this screen.

Second, after login dropbox account, Dropbox also demands user permission to access the dropbox folder like this screenshot, I also want to skip this screen.

Is this possible using Dropbox API?

来源:https://stackoverflow.com/questions/21642752/when-using-dropbox-coreapi-how-to-skip-user-permission

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