You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
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.
- Greg-DBDropbox Staff
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 & Feedback
Find help with the Dropbox API from other developers.5,919 PostsLatest Activity: 2 hours ago
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 or Facebook.
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!