I am trying to fetch the content of a file(untitled.paper) using API: https://content.dropboxapi.com/2/sharing/get_shared_link_file
But I am getting the below shared error.
Is there a way to get the content of a shared file?
{
"error_summary": "unsupported_link_type/.",
"error": {
".tag": "unsupported_link_type"
}
}