Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Documents not redirecting correctly #4

Open
microtechton opened this issue May 5, 2020 · 1 comment
Open

Google Documents not redirecting correctly #4

microtechton opened this issue May 5, 2020 · 1 comment

Comments

@microtechton
Copy link

microtechton commented May 5, 2020

Please fix a bug in Version 1.0 in which Google Documents such as Docs, Sheets, Slides, etc. are redirected to the actual link of the file. It instead spits the following raw message:

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "fileNotDownloadable",
    "message": "Only files with binary content can be downloaded. Use Export with Google Docs files.",
    "locationType": "parameter",
    "location": "alt"
   }
  ],
  "code": 403,
  "message": "Only files with binary content can be downloaded. Use Export with Google Docs files."
 }
}
@microtechton microtechton changed the title Google Documents Google Documents not redirecting correctly May 5, 2020
@LeeluPradhan
Copy link
Owner

Hey,
Currently following formats are supported!
Document Viewer - | html | php | css | go | java | js | json | txt | sh | md | pdf

I hope original author adds some support, currently working on oAuth feature!
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants