I'm using the DropboxClient.SaveUrl method. Is there any file size limit when Dropbox goes to upload the file from the location?
@tristanlesaca What error or output do you get?
You should be able to use save_url. If you're not getting an error, what is being returned? It should be a job ID that you can check with save_url/check_job_status. Please share the result so we can look into it.
I'm also having some download failures using the the save_url endpoint. (I'm checking job status after 5 seconds and they've already failed.)
{ ".tag": "failed", "failed": { ".tag": "download_failed" }}
In a batch of 6, between 0 and 3 will fail seemingly at random.
If you're seeing these fail quickly, please open an API ticket with a sample we can reproduce the issue with so we can look into it:
https://www.dropbox.com/developers/contact
Thanks in advance!