G-Index icon indicating copy to clipboard operation
G-Index copied to clipboard

Google Documents not redirecting correctly

Open microtechton opened this issue 4 years ago • 1 comments

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 avatar May 05 '20 23:05 microtechton

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

LeeluPradhan avatar May 06 '20 07:05 LeeluPradhan