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 ...
Jay
Dropbox Staff
Do you get the same behavior when using a different browser entirely?
Are there any proxy, VPN, firewall, security software, or even ISP/router settings that could be restricting traffic to the following Dropbox domains?
mansi2821
3 years agoExplorer | Level 4
yes facing same behavior using chrome and internet explorer
and also tested it in local where there is no restriction facing same issue still
- Hannah2 years agoDropbox Staff
Hey mansi2821, apologies for the delay here.
Would you mind giving us a step-by-step explanation of what you are doing, so that we know the exact process you're following?
- mansi28212 years agoExplorer | 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!