ios - Upload files from dropbox/box account to my server using an iphone app -


I have an API for uploading files to my server, let me move files from my app to dropbox on my server. Need to create an app for

My question is do I need to download iFile from the Dropbox / Box account and then my API?

Can I skip the part of downloading files on the device and uploading directly from dropbox / box account to my custom server?

Or alternatively, you can only keep some files in sync between iFile and Dropbox, and upload a local copy of the file to your server?

Or is there any other way to do this?

Thanks in advance.

If the user has authorized the Dropbox API app on the iPhone app, and therefore the dropbox API There is an access token, an iPhone App to make an API call (in the official dropbox iOS Core SDK, it is loadStreamableURLForFile ) for a solution. This will return a temporary direct link in the file contents. Then you can pass that link to your server and download it there.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -