简体   繁体   中英

How to share file or folder using ios Api?

I have following question in my mind and i want help regarding that - Is it posable to share file and folder using Dropbox Ios API - Is it posable to get Share Dropbox URL of any file or folder therefore share with others by sending email etc.

I have application which is using Dropbox and i want to share any file or folder with my friends? how could i do that , how could i inform my friends to get that perticular file from my share folder on. i think for this i need shared file URL to send to friend so they download file on this path`? is that all posable , if yes! then how , which method or class of dropbox ios api?

Thanks alot .

Look at loadSharableLinkForFile in DBRestClient . The full documentation is on the website: http://dropbox.com/developers/reference/api#shares .

Dropbox API doesn't implement any method that allow you to share a folder. It's a limitation. You can share a folder only in the website.

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