Question

I have an android application that shows pdf files from link using google doc's link prefix in WebView. Sometimes, not too often, instead of showing the content in webview it shows:

"You've reached the bandwith limit for viewing or downloading files that aren't in Google Docs format. Please try again later. You can also try to download the original codument by clicking here"

Google's support page tells that the bandwidth limit is 300 MB per hour, but the thing is my pdf files' size is 300-400 kb and it wasn't shown even a single time before. How can i avoid this problem? Or suggest any other ways to display pdf from link if possible. Thank you.

Was it helpful?

Solution

As wished by the original poster, the comment as an answer:

It is very likely that Google Docs does calculate in the size of the rendered document (kind of plausible; they render the PDF and make it available as Google Docs document). In this case, you may easily get 1 MB per page, no matter how small or big the PDF is. And if you deal with badly prepared press-ready PDFs, you very easily can fill up your hourly quota.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top