Until April 8, we were able to use this API method to get the direct URL link to our file inside a shared folder, but know suddenly it returns shared link not found for 'sh/' links and shared_link_access_denied for 'scl/' ones.
{
"error_summary": "shared_link_access_denied/...",
"error": {
".tag": "shared_link_access_denied"
}
}
https://api.dropboxapi.com/2/sharing/get_shared_link_metadata
{
"path": "/MyFolder/file.txt",
}
is anyone experimenting this problem?
Thank you