glotlabs / gdrive

Google Drive CLI Client
MIT License
1.48k stars 88 forks source link

Error: Failed to export file: Bad Request: Internal Error 500 #133

Closed majal closed 4 hours ago

majal commented 4 hours ago

gdrive worked flawlessly for a long time. It's the first time today for me to get this error:

Error: Failed to export file: Bad Request:
{
  "error": {
    "code": 500,
    "errors": [
      {
        "domain": "global",
        "message": "Internal Error",
        "reason": "internalError"
      }
    ],
    "message": "Internal Error"
  }
}

I checked and Google apps all reports OK: https://www.google.com/appsstatus/dashboard/

Any suggestions on what could be done when this happens?

majal commented 4 hours ago

I did some more testing and finally found what's wrong. It's on Google's side. It cannot export to PDF a pageless document format.

Closing this.