Currently when I post a file url to the 'https://api.dropboxapi.com/2/files/save_url' endpoint as described in the docs, and then check using the 'https://api.dropboxapi.com/2/files/save_url/check_job_status' when the second endpoint returns a status of:
{
".tag": "complete",
"name": "test (2).png",
"path_lower": "/aia ats hubspot/(hubspot)/test (2).png",
"path_display": "/AIA ATS HubSpot/(HubSpot)/test (2).png",
etc..
}
However when I follow the path either manually or by copying from the response directly, there is always an alert that the file does not exist.
The save_url endpoint seems to be recognizing other files of the same name from previous tests as it is appending unique names to the file (ex: test (1).png) however I am not able to locate them within dropbox.
It seems like I might be missing something, any ideas why they API would show successes but still not see the file within dropbox visually?