pydrive tag

2 questions


2 answers
422 views
0
I want to upload to Google Drive on Python by folder.

I would like to upload a folder that is local to python to Google Drive.I would like to upload the folder that I created locally to Google drive.folder hierarchy Folder 1 TierC:\Users\test\Documents\g...

1 years ago

1 answers
104 views
0
How to Specify Conditions in ListFile with Pydrive

I would like to list only the files that I use in Python and that I am the owner (creator) of in ListFile().drive.ListFile({'q':'title=file1'}.GetList()I was able to search by title or ID in , but I d...


© 2024 OneMinuteCode. All rights reserved.