I want to download the shared files having paper and papert extension but since shared files,
I list the files using sharing/list_received_files and in this I get the preview_url for the shared file, I use the preview_url to download to the content using sharing/get_shared_link_file but I get unsupported_link_type error in the API response.
I tried using the files/export API using id in the headers to export html but then I get path/not_found/ error in the API response.
How can I download paper and papert file content for a shared file.