I need to download files in ShareFile, but I need to consider deleted files as well while in the recycle bin.
For not deleted files "GET /sf/v3/Items({id})/Download?redirect=false" works fine.
The ShareFile API documentation mentions "includeDeleted=false" so I tried add it to my initial url ("GET /sf/v3/Items({id})/Download?redirect=false&includeDeleted=true") but now for all requests made I got 404.
Do I need any special permission for querying archived files?
Thanks,
Gustavo
For not deleted files "GET /sf/v3/Items({id})/Download?redirect=false" works fine.
The ShareFile API documentation mentions "includeDeleted=false" so I tried add it to my initial url ("GET /sf/v3/Items({id})/Download?redirect=false&includeDeleted=true") but now for all requests made I got 404.
Do I need any special permission for querying archived files?
Thanks,
Gustavo
Gustavo
/sf/v3/Items(id)/Download?includeallversions=false&includeDeleted=false
My guess was that using true on includeDeleted and/or true on includeallversions should give me the file I need.
Is that possible to restore the deleted file to a different folder other than its original folder?
Thanks,
Gustavo
Andy Berryman, Software Engineer
-Andy