Hi Team,
I try to list folder with the following path format :
id:XXXXXXXXXX
It returns the following unless the folder does exist (I get the id from a previous list folder call, witch gives me subfolder list)...
Call details :
curl -X POST https://api.dropboxapi.com/2/files/list_folder \
--header 'Authorization: Bearer xxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{"path":"id:xxxxxxxxx"}'
Reponse :
{ "error_summary": "path/not_found/...", "error": { ".tag": "path", "path": { ".tag": "not_found" } } }Can you help me on this issue please ?
Joris