Home > Mobile >  How do I upload a folder (not files) in Google Drive using Python at a single request?
How do I upload a folder (not files) in Google Drive using Python at a single request?

Time:07-30

I need to upload a multiple number of folders in google drive using python.

I can able to upload a file in google drive using python.But I have no idea about the folder.Can some one help me with this please.

CodePudding user response:

Go to the google cloud platform enable google drive API read the documentation and you can upload folders and replace folders

  • Related