Is there a way to programmatically access a Google Drive folder without having to manually authenticate with OAuth for every session?
I've used PyDrive and managed to access the drive, but I still have to go through the manual browser OAuth access page every time I run my Python script.
Is there any way to grant permanent access to Google Drive with Python?