Simple application which helps in viewing and downloading files of a google drive folder
- Go >= v1.16.7
- Copy the folder id,name and enter the preferred browser in
client/env.go
- Run
go build
./driveManager list
./driveManager download
First time while you run the binary, it opens the consent page on browser and asks the consent and permissions. After getting permissions, it creates
token.json
and it uses the refresh token for accessing the google drive folder.
If the scope has been change, delete the token.json