gdrive is a command line utility for interacting with Google Drive.
- Enable https://console.cloud.google.com/marketplace/product/google/drive.googleapis.com
- https://console.cloud.google.com/apis/credentials and application type to be Desktop App give some name
- In "OAuth consent screen", set Publishing status to Testing; User type to External; In "Test users" add your email address.
- Get the values for
clientId
andclientSecret
- Just edit the
clientId
andclientSecret
in the filehandlers_drive.go
.