googlearchive / PyDrive

Google Drive API Python wrapper library
Other
1.31k stars 273 forks source link

How to upload many file #190

Open peeraponwannapan opened 4 years ago

peeraponwannapan commented 4 years ago

How to upload many file .jpeg . pleases guide for me thank you.

shcheklein commented 4 years ago

@peeraponwannapan could you better describe your use case/project please?

In general, you can just use multiple threads and upload files in parallel. You would need to take care of retries, etc. But it's not that sophisticated, I can share some links, but first would love to have more information about the problem/app you are building.

peeraponwannapan commented 4 years ago

I making project about facerecognition and I want upload pic for train in colab . thankyou sorry me newbie github

shcheklein commented 4 years ago

@peeraponwannapan can you upload them via web UI or via Gdrive app? It seems you don't need to use Python API for that, unless I'm missing something.

peeraponwannapan commented 4 years ago

Order me make facerec student and student can upload pic to gdrive teacher .