Hello,
We are having trouble fetching a category of Dropbox paper docs via the API and would like to ask for help. In particular, we would like to use the Dropbox API to download/export paper docs and for the docs that are in our users' "Migrated Paper Docs" folders the API returns a LookupError("not_found") error. Does anyone see what we may be doing incorrectly or have advice on debugging further?
Additional context:
Properties of these docs:
* The docs allow anyone with a link to access them.
* The API key belongs to a user who can access these docs via the Dropbox website.
* The docs are in users' "Migrated Paper Docs" folder and (we expect) were created before Dropbox ran the internal version migration for our company (https://developers.dropbox.com/paper-migration-guide). We expect that before the migration these docs were not in folders.
* The docs have links into them from docs that are in team folders.
How we have tried to access the docs:
We are using the Python SDK and have tried the following APIs, but all return the above error:
* files_download_to_file
* files_export_to_file
* sharing_get_shared_link_file
* files_get_metadata
(We're aware the the API docs for /export note that that endpoint "only supports exporting files that cannot be downloaded directly and whose ExportResult.file_metadata has ExportInfo.export_as populated", which is why we've tried the three other APIs as well. API doc: https://www.dropbox.com/developers/documentation/http/documentation#files-export.)
Thank you!
Chris