prasmussen / gdrive

Google Drive CLI Client
MIT License
8.99k stars 1.19k forks source link

Import is not running #644

Open SoporteBluco opened 2 years ago

SoporteBluco commented 2 years ago

Hello,

I'm using this version of gdrive: gdrive: 2.1.1 Golang: go1.11.13 OS/Arch: linux/386

It's working properly with most of the commands (list, upload, delete, version...)

But any time I try to do an import it's not working:

gdrive import test.csv (I've ensured this file is a simple csv)

Always this error: Failed to upload file: googleapi: Error 400: Bad Request, badRequest

Any clue?

Thank you very much