I am using the API: https://api.dropboxapi.com/2/files/get_metadata
With a body of
{"path":"FILENAME","include_media_info":false,"include_deleted":false,"include_has_explicit_shared_members":false} I am getting a 409 response that looks like this:
{ "error_summary": "path/not_found/..", "error": { ".tag": "path", "path": { ".tag": "not_found" } } }
This was working perfectly fine for years until yesterday including using the exact same requests that I am using today. I have made no changes on my side that could have caused this.
Does anyone have any ideas?
Thanks!