vikynandha-zz / google-drive-backup

A Python script to sync your google drive contents.
63 stars 27 forks source link

Script scheduling issue on Windows #1

Open fedi7777 opened 9 years ago

fedi7777 commented 9 years ago

Hello,

I want to thank you for the script, i have tested it and t's working fine. However i wanted to schedule it to run everyday at 22:00 and used for that windows' GUI Task Scheduler, but i have got a problem saying that i should configure OAUTH2 (client_secrets.json file) and the CMD window disappears.

Please are there any solutions t solve this issue, since i would like to execute it automatically, with out manual intervention.

Thank you,

vikynandha-zz commented 9 years ago

Hi,

I have never used Windows' Task Scheduler. I use Ubuntu and the script works fine with cron.

Did you add your Google API client id in client_secrets.json as explained in the README? Does the script work when you run it directly without scheduling?