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.