I want to run a simple process on my server / laptop that will upload files to my Google drive daily, once a day. I do not want to share this, allow other users to use it, etc.
All the examples that, it seems to me, are related to viewing the address to obtain permission from the user (me), and then receiving the authentication code, etc. and processing
ref: Java quickstart
- Is there a way / example for this without having to use a browser, getting permission to get a unique auth code every time I just want to do this for my account?
- Is it possible to use a bash script with CURL commands instead of using Java?
source share