I use the API v2 to get temporary upload links for a bunch of files, then they are uploaded to dropbox using POST requests.
Most of the files upload OK, but I get error 500 for some files. I am beginner with js, so the issue may be on my side, but the code 500 means server error. Several files are uploaded at the same time (most of them successfully), which may be the cause of the issue.
See below some request IDs if useful:
ERROR upload fail. Status 500
Response header: content-type: application/json
x-dropbox-request-id: 1ec048e8992cf7ff2a97e2ffc2d23327
ERROR upload fail. Status 500
Response header: content-type: application/json
x-dropbox-request-id: 906d4645a06831bf602eb1a3372a73d8
ERROR upload fail. Status 500
Response header: content-type: application/json
x-dropbox-request-id: f3eb5ddbbae94be4bed6906cbca03f5e
Thanks for any help!