We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0531dcf commit aa72730Copy full SHA for aa72730
README.md
@@ -103,6 +103,12 @@ AWS_SECRET_ACCESS_KEY="YOUR-ACCESS-KEY" AWS_ACCESS_KEY_ID="YOUR-KEY-ID" AWS_REGI
103
104
> ! When you launch the command, google ask to copy/paste a url in your browser. After accept all requirement you be able to use your drive.
105
106
+> ! You must provide following env variable before the command:
107
+
108
+```
109
+DRIVE_CLIENT_ID="YOUR-CLIENT-ID" DRIVE_CLIENT_SECRET="YOUR-CLIENT-SECRET" DRIVE_REDIRECT_URL="YOUR-REDIRECT-URL" DRIVE_AUTH_URL="YOUR-AUTH-URL" DRIVE_TOKEN_URL="YOUR-TOKEN-URL"
110
111
112
### Create your billing
113
114
```shell
0 commit comments