cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can I save a video from Dropbox to ios device(objective c api ?) and upload to my api ,

How can I save a video from Dropbox to ios device(objective c api ?) and upload to my api ,

arjun_chudasa
New member | Level 2
Go to solution

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 ?

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution

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.

View solution in original post

1 Reply 1

Greg-DB
Dropbox Staff
Go to solution

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.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?