We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
mansi2821
3 years agoExplorer | Level 4
paper file attachment error
i am exporting paper attachment documents after exporting i am unable to view these files
example : for text file
i am getting html file in text and when i open it in browser it is showing ...
mansi2821
Explorer | Level 4
hey Hannah i am exporting paper file using this code
IDownloadResponse<ExportResult> metadata = dropboxClient.Files.ExportAsync(queueDetail.FileId).Result;
using (var fileStream = File.Create(downloadFilePath))
{
using (Stream s = metadata.GetContentAsStreamAsync().Result)
{
s.CopyTo(fileStream);
}
}
using this code i am facing issues mentioned in past comments
About View, download, and export
Need support with viewing, downloading, and exporting files and folders from your Dropbox account? Find help from the Dropbox Community.
Need more support
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!