Hi Support,
I am using Dropbox API https://api.dropboxapi.com/2/files/save_url to upload 13 files (1 excel and 12 PDF). When I tried on few attempts, the same set of files are not uploaded to dropbox.
Then, I have use https://api.dropboxapi.com/2/files/save_url/check_job_status to check the job status of each file being uploaded.
From the testing, I noticed some job status return error {".tag":"failed","failed":{".tag":"download_failed"}} even there is successful attempts to upload the same file to dropbox.
Question:
1. Is it common that files uploaded /files/save_url failed without any valid reason?
2. Does the files uploaded via /files/save_url has restriction like file size, maximum uploaded file in same instance and etc from the API?
3. How to mitigate the issue (other than re-upload the same file again) by using Dropbox API?
regards,
Sam Wong