Hey everyone!
I'm having trouble getting the actual paper doc content when using the files/export endpoint. When I make the call on the document I do see the relevant export and file metadata attributes:
{
"export_metadata": {
"name": "_ Getting Started with Dropbox Paper.html",
"size": 0,
"export_hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"paper_revision": 0
},
"file_metadata": {
"name": "_ Getting Started with Dropbox Paper.paper",
"parent_shared_folder_id": "9347998768",
"id": "id:_GrEIRHlc2YAAAAAAAAAEw",
"client_modified": "2021-03-31T22:19:59Z",
"server_modified": "2021-04-09T23:17:34Z",
"rev": "015bf925e6ed42c000000022d2f2430",
"size": 200,
"sharing_info": {
"read_only": false,
"parent_shared_folder_id": "9347998768",
"modified_by": "dbid:AAASsxunZhVLU7W7WWEhyDByXbIzLwxSacg"
},
"is_downloadable": false,
"export_info": {
"export_as": "html",
"export_options": [
"html",
"markdown"
]
},
"content_hash": "3b6bad4556d7e197f963d6cf0679e915baabbe6074dec9abd1ee0cb513e20212"
}
}However the response content is completely empty. I can see in the file metadata there is a size defined, however the size attribute in the export metadata is zero. I also attempted to use the Dropbox API Explorer but got the same result. Clicking on the download button downloads an empty file.
Anyone have ideas on why the the paper doc is empty, but does have the relevant metadata when calling the files/export endpoint?