Havent been able to set up credentials using service account properly. Hope you can come out with that tutorial. I hate using this method because the token keeps expiring after a few days.
Does it make a difference whether you install the necessary modules system wide (as you did with pip in a console) or just under PyCharm (File -> Settings -> Python Interpreter -> + (to add the modules)? Thanks for so many inspiring videos.
Awesome video, but how about adding a sync function where the script can also retrieve files from GD and downloads them to a local folder? Reason beeing that there isn't really a Google Drive program for linux and many people (including me) would really appreciate having one.
Like always for any credentials, be careful if you all are planning on publishing project like this on github. Make sure you withhold sensitive credentials in a dotenv and gitignore. 😉👍
Thanks for this very informative video. I wonder if there is a way to bypass account choosing and continue part at 20:00 . I'm planing to use this method on my raspbian lite which has no GUI. Thanks a lot.
You are really putting one video after the other 👍 love your content keep up the good work!!!
This was a life saving video, thank you so much!! Could you also show how to delete, move, update existing files?
Havent been able to set up credentials using service account properly. Hope you can come out with that tutorial.
I hate using this method because the token keeps expiring after a few days.
Huge thanks for this incredible video! You have always shared wonderful contents. I really appreciate you.
Thanks again!
Best explanation I found. Thank you very much!!!
Does it make a difference whether you install the necessary modules system wide (as you did with pip in a console) or just under PyCharm (File -> Settings -> Python Interpreter -> + (to add the modules)? Thanks for so many inspiring videos.
No, It is same thing
can you add progressbar on this? coz i have a huge file ranging from 300mb to 600mb.
I always got an error if the file is 100mb and above.
Awesome video, but how about adding a sync function where the script can also retrieve files from GD and downloads them to a local folder? Reason beeing that there isn't really a Google Drive program for linux and many people (including me) would really appreciate having one.
Like always for any credentials, be careful if you all are planning on publishing project like this on github. Make sure you withhold sensitive credentials in a dotenv and gitignore. 😉👍
Goddamn, everything works! Thank you man!
How do you learn and research about python please please make a video on that ,and doing great job neuralnine
Merci pour le code et l'explication, exactement ce qu'il me fallait ! :)
thanks for this amazing tut please any way to upload a file directly from URL to drive??
Excellent.
Is there any way I can do it without needing to go thorough the web browser pop up?
what to do with if i want make a automated back up with corn job?
Thank you very much, everything worked out!
Thanks for this very informative video. I wonder if there is a way to bypass account choosing and continue part at 20:00 . I'm planing to use this method on my raspbian lite which has no GUI. Thanks a lot.
Me too
You can run the first time on your computer to generate the token and then move it to raspbian. Maybe tweak the token expiration time...
@@paulotutu3072 Thank u man! I've been working a day for this problem
very helpful video, could you make a tutorial on how to download huge folder files google drive using python script?
works perfectly fine, but it keeps asking me for authentication, how can i stop that or is there something i skiped?
Why when I compiled my program it didn't work?
Hi thank you your video helped alot
👋
please do an ia on video game like street of rage or metal slug but without any immport
Where can I get the code please ?
it uploads the folder and the files in the folder separately, anyone with some advice?
Hi! Would be cool if you could upload your code to github so it can be forked!
How to setup Appium in ubuntu
if i made a gui app use g-drive backup, so the user must get his own 'credentials.json' file !! , even if the user has no knowledge!!!
Please can any one give me Code Link Full, Thanks in Advance
😊👏👏👏 👉👍
First!!
It's not automated man. If you have to manually select accounts and all then it's not automated. I need it 100% automated.
How about using cron to automate task?