Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
arjun_chudasa
7 years agoNew member | Level 2
How can I save a video from Dropbox to ios device(objective c api ?) and upload to my api ,
i have requirement in my ios application ,
that in my application there are ddropbox button , on click that button dropbox popup will show and provide a storage data of user (after login in dropbox )
there user can pic videos from his/her drive and save file it to device (ios)
what is the steps ? , api ?
To use the Dropbox API from Objective-C, we recommend using the official Dropbox API v2 Objective-C SDK.
For example, to list files, you would use listFolder and listFolderContinue, as shown here.
To download files, you would use any of the download methods as shown here.
1 Reply
- Greg-DB7 years ago
Dropbox Community Moderator
To use the Dropbox API from Objective-C, we recommend using the official Dropbox API v2 Objective-C SDK.
For example, to list files, you would use listFolder and listFolderContinue, as shown here.
To download files, you would use any of the download methods as shown here.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!