View, download, and export
Need support with viewing, downloading, and exporting files and folders from your Dropbox account? Find help from the Dropbox Community.
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 correct result
but in any other format like in pdf
in .html file i am seeing these even when i have logged in dropbox
and .pdf file
Hi @mansi2821, thanks for bringing this to our attention.
Could you try switching browsers to see if this helps?
Otherwise, you can try using incognito/private browsing mode without any extensions running, clearing your cache and even resetting your browser entirely.
Keep me updated with any progress!
Jay
Community Moderator @ Dropbox
dropbox.com/support
Did this post help you? If so, give it a Like below to let us know.
Need help with something else? Ask me a question!
Find Tips & Tricks Discover more ways to use Dropbox here!
Interested in Community Groups? Click here to join!
I have followed the steps you have mentioned without any extensions i see following result
and if i save it as html file then it is leading me to dropbox sign in page but i am not able to do sign in and not able to proceed any further
even after signing in with correct cred it keeps showing me network request failed and won't let me prceed
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?
Jay
Community Moderator @ Dropbox
dropbox.com/support
Did this post help you? If so, give it a Like below to let us know.
Need help with something else? Ask me a question!
Find Tips & Tricks Discover more ways to use Dropbox here!
Interested in Community Groups? Click here to join!
yes facing same behavior using chrome and internet explorer
and also tested it in local where there is no restriction facing same issue still
Any Updates on this issue ?
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?
Hannah
Community Moderator @ Dropbox
dropbox.com/support
Did this post help you? If so, give it a Like below to let us know.
Need help with something else? Ask me a question!
Find Tips & Tricks Discover more ways to use Dropbox here!
Interested in Community Groups? Click here to join!
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
Hi there!
If you need more help you can view your support options (expected response time for a 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!