Open
Description
Recently, the original gdrive failed due to Google's new policy. To solve this problem, please check the detailed discussion in this issue. Here, I just summarize some key points of one working solution:
- Follow the instructions to install the latest Go (at least 1.18).
- Clone another gdrive repo.
- Get your
clientId
andclientSecret
by following the instructions in the repo. - Edited
handlers_drive.go
to include your credentials. - Exected
compile
to get the binary filegdrive
. - Running
gdrive about
to authorize access to your google drive.
Metadata
Assignees
Labels
No labels