-
Notifications
You must be signed in to change notification settings - Fork 9
/
app.json
21 lines (21 loc) · 1.04 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "SaveToGoogleDrive - Bhadoo Cloud",
"description": "App to Upload files directly to Google Drive",
"repository": "https://github.com/ParveenBhadooOfficial/SaveToGoogleDrive",
"logo": "https://raw.githubusercontent.com/ParveenBhadooOfficial/SaveToGoogleDrive/master/src/main/resources/static/img/savetodrive.png",
"keywords": ["google","drive","bhadoo","bhadoo cloud"],
"env": {
"client_id": {
"description": "Client ID from Google Console (http://bit.ly/37ED7dv)",
"value": "58094879805-jdsomen2duv9ilj81fcu1qkag5todele.apps.googleusercontent.com"
},
"client_secret": {
"description": "Client Secret from Google Console (http://bit.ly/37ED7dv)",
"value": "EG0OYdjcllAGJ81eEMpQ3vW6"
},
"redirect_uri": {
"description": "Your App URL eg. https://app.example.com/api/oauth/google/callback (Replace this with your own)",
"value": "https://bhadooclouduploader.herokuapp.com/api/oauth/google/callback"
}
}
}