I have tried to download file which is shared to me using the user-token, Passed id of that file to download api but returns me error as
{
"error_summary": "path/not_found/.",
"error": {
".tag": "path",
"path": {
".tag": "not_found"
}
}
}
Is there any other way to download the files which are shared to me?