I uploaded few files on Google-drive
using my gmail account. Now my customers have to go to the drive and download those files. Files on the drive have read and write access and customers can download those files without gmail account.
I studied how i can automate this downloading process using Python
. I found one wrapper PyDrive for Google-Drive
Rest-api. For this API
to work, i need to get credentials from the Google-Console.
I want to send that python script to user so that they can download the files but
- Is it necessary to send the credientials also?
- Users can't download the files without gmail account?
- I can't just write a script and send to customers and they just run it without any credentials and gmail-account?