I wish to run a simple process on my server/laptop that will upload files to my google drive on a daily basis, once a day. I don't wish to share this, allow other users to use it etc.
All examples I find seem to involve browsing to an address to gain permission from the user (me) and then getting an auth code etc and proceding
ref: Java quickstart
- Is there a way/example to do this without need of a browser, getting permission getting unique auth code each time as I only want to do this for my account?
- Can I use a bash script with CURL commands rather than having to use Java?