tanaikech/goodls

Getting 'The requested conversion is not supported'

Closed this issue · 3 comments

I ran the following command:

./goodls -u "https://drive.google.com/drive/folders/example?usp=sharing"

Download files from a folder 'ABC'.
There are 1343 files and 294 folders in the folder.

Starting download.

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "badRequest",
    "message": "The requested conversion is not supported.",
    "locationType": "parameter",
    "location": "convertTo"
   }
  ],
  "code": 400,
  "message": "The requested conversion is not supported."
 }
}

Any idea why it is happening and what can be done?

Now, updated to v2.0.3 by building with the latest version. Please confirm it. When I tested to download a shared folder using this version, I confirmed that no error occurs and the files under the folder can be correctly downloaded.

@tanaikech thank you for pushing a fix! Right now I don't have any shared folder to test, but since you have confirmed already, we can close the issue. If I find any shared folder, I will report here.

Thank you for testing it.