简体   繁体   中英

iOS Dropbox SDK linked to central account

I am using the iOS Dropbox SDK for the first time.

I am attempting to link my app to a central/master Dropbox account that I can save files to. This is so my client can view PDF files that are created and submitted from the app.

The documentation for the Dropbox SDK is very centric to connect the app with the user's own Dropbox account and not a central account. There doesn't appear to be anything on how to accomplish what I desire. Is there a simple way to do this?

I think I will be able to do this using the Core API and OAuth, but it would be much simpler if the SDK can handle this and I have just overlooked something.

The purpose of Dropbox SDK is give your app sync functionality between all user's devices, but you are trying to misuse it. You may use sharing between user's accounts but not one Dropbox account as central account unless you provide app with you own credentials and somehow hack the security system.

In your case it would be better to use something like AWS, Parse or analogues

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM