I have list the folder and got this:
{
".tag": "file",
"name": "sample3.wav",
"path_lower": "/sample3.wav",
"path_display": "/sample3.wav",
"id": "id:YZ5OBevdROAAAAAAAAAAGA",
"client_modified": "2018-04-26T16:35:00Z",
"server_modified": "2018-04-30T23:52:25Z",
"rev": "3b38bd3b0",
....
"},
However when I fetch the file using this:
curl -X POST https://api.dropboxapi.com/2/file_requests/get -H "Authorization: Bearer <REDACTED>" -H "Content-Type: application/json" --data "{\"id\": \"YZ5OBevdROAAAAAAAAAAGA\"}"
I got this error:
{"error_summary": "not_found/..", "error": {".tag": "not_found"}}