Learn how to make the most out of the Dropbox Community here 💙.
Learn how to make the most out of the Dropbox Community here 💙.
Hi
I have try upload session API, it's look good,
My question was Dropbox API has "download_session" function??
Thanks
Hi Alan Hsiao,
Upload session is needed since there is no other way the content uploaded to be refered and when multipart upload is on go, session id does this work (upload referencing). Even on single pass upload (small file), a temporary upload session is created internally that usually doesn't need additional management on application side. On download there is file/folder path or id and both can be used to refer the content. If you need multipass download, a RANGE request can get in use. 😉
Hope this helps.
Alan Hsiao Здравко is correct; there isn't a concept of a "download session", but you can download files in pieces across multiple requests if needed. Content-download style endpoints, such as /2/files/download, support Range requests for downloading only a portion of a file.
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!