I was able to download an Paper document to a file.
dbx.paper_docs_download_to_file('sample.txt', 'doc_id', paper.ExportFormat.markdown)
But it didn't contain any comments on the doc. I'd like to retrieve all the comments on the doc. Does anyone know how to do this?