Hi Team,
while using https://api.dropboxapi.com/2/files/get_temporary_link
tried relative and absolute path
"path": "/shirt.png"
"path": "http://localhost/test/shirt.png"
"path": "D:/test/shirt.png"
Content-Type: application/json
below is json body
{
"path": "/shirt.png"
}
after post get response like
{
"error_summary": "path/not_found/...",
"error": {
".tag": "path",
"path": {
".tag": "not_found"
}
}
}
Thank you