You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
}
}
The text was updated successfully, but these errors were encountered:
microtechton
changed the title
Google Documents
Google Documents not redirecting correctly
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:
The text was updated successfully, but these errors were encountered: