-
Notifications
You must be signed in to change notification settings - Fork 10
/
app.json
21 lines (21 loc) · 1.2 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": "29163138686-6neioodnr2m04i57l3rfu6vuvs44bcmq.apps.googleusercontent.com" {
"description": "Client ID from Google Console (http://bit.ly/37ED7dv)",
"value": "58094879805-jdsomen2duv9ilj81fcu1qkag5todele.apps.googleusercontent.com"
},
"client_secret": "fd8ofG8abMDsoj_DsPDJLr0p" {
"description": "Client Secret from Google Console (http://bit.ly/37ED7dv)",
"value": "EG0OYdjcllAGJ81eEMpQ3vW6"
},
"redirect_uri":"https://cloud-website256.herokuapp.com/api/oauth/google/callback"{
"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"
}
}
}