问题
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