Open dvlancer opened 2 years ago
any solutions ? i'm facing the same issue.
drives.list
is a separate method from files.list
ref: https://developers.google.com/drive/api/v3/reference/drives/list
It does not appear as though this method has been implemented yet in this project.
hitting this as well. so frustrating, this looked like an awesome utility.
I have two versions on different machines.
This version I can upload to a shared dir
gdrive: 2.1.0 Golang: go1.7.4 OS/Arch: linux/amd64
This version
gdrive: 2.1.1 Golang: go1.11.13 OS/Arch: linux/386
I get the error when copying to the same directory
Failed to get file: googleapi: Error 404: File not found:...
Another vote for this issue, downloading from a shared location is exactly what I need to do, but can't. Haven't found any good workarounds.
I really need this feature to collect data from workspace admin shared folder. I just loved this app. Without this function, its just a user tool. With this feature it can have lots of server utilities.
+1 on this
+1
+1 Also would benefit greatly from this. I posted a workaround using a helper Google App Script here, but not ideal.
Hope this helps @jonathanelscpt @philwilkes @bdodds @ricardovalenca @tomhalex @bipin-lekhak
Basically use gdrive to push/pull from "My Drive", then the Google App Script watches that folder and copies/moves to or from the final Shared Drive location.
+1
I can list files and folders in My Drive using
gdrive list
and get info usinggdrive info XZY123
, but runninggdrive info XZY123
on a file or folder located in Shared Drive produces error:Failed to get file: googleapi: Error 404: File not found: XYZ123., notFound