i want download a file chunk when request a file range
ex: file have 2050 byte, i want download file with http request, oath 2.0 by request range 0-1023, 1024-2047, 2048-2049.then how i do it?thank for read.
It sounds like you're referring to the /files/download endpoint on API v2. This doesn't currently support Range Retrieval Requests, but we are planning on it in the future. I don't have a timeline for that though.
Thankyou.then api v1 can do?
Yes, the v1 /files (GET) endpoint supports it:
https://www.dropbox.com/developers/core/docs#files-GET