-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
executable file
·84 lines (84 loc) · 2.26 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[
{
"id": "googledrive",
"serviceId": "GD",
"name": "Google Drive (limited)",
"clientId": "%GD_CLIENT_ID%",
"clientSecret": "%GD_CLIENT_SECRET%"
},
{
"id": "googledocs",
"serviceId": "GD",
"name": "Google Drive (full access)",
"clientId": "%GD_CLIENT_ID%",
"clientSecret": "%GD_CLIENT_SECRET%",
"scope": "https://www.googleapis.com/auth/drive"
},
{
"id": "gcs",
"serviceId": "GCS",
"name": "Google Cloud Storage",
"clientId": "%GCS_CLIENT_ID%",
"clientSecret": "%GCS_CLIENT_SECRET%"
},
{
"id": "onedrive",
"serviceId": "WL",
"name": "Microsoft OneDrive (Live Connect API)",
"clientId": "%WL_CLIENT_ID%",
"clientSecret": "%WL_CLIENT_SECRET%"
},
{
"id": "onedrivev2",
"serviceId": "MSGRAPH",
"name": "Microsoft OneDrive (Microsoft Graph API)",
"clientId": "%MSGRAPH_CLIENT_ID%",
"clientSecret": "%MSGRAPH_CLIENT_SECRET%"
},
{
"id": "sharepoint",
"serviceId": "MSGRAPH",
"name": "Microsoft SharePoint (Microsoft Graph API)",
"clientId": "%MSGRAPH_CLIENT_ID%",
"clientSecret": "%MSGRAPH_CLIENT_SECRET%",
"scope": "offline_access Files.ReadWrite.All",
"serviceLink": "https://products.office.com/en-us/sharepoint"
},
{
"id": "msgroup",
"serviceId": "MSGRAPH",
"name": "Microsoft Office 365 Groups (Microsoft Graph API)",
"clientId": "%MSGRAPH_CLIENT_ID%",
"clientSecret": "%MSGRAPH_CLIENT_SECRET%",
"scope": "offline_access Files.ReadWrite.All Group.Read.All",
"serviceLink": "https://support.office.com/en-us/article/Learn-about-Office-365-groups-b565caa1-5c40-40ef-9915-60fdb2d97fa2"
},
{
"id": "box.com",
"serviceId": "BOX",
"name": "Box.com",
"clientId": "%BOX_CLIENT_ID%",
"clientSecret": "%BOX_CLIENT_SECRET%"
},
{
"id": "dropbox",
"serviceId": "DROPBOX",
"name": "Dropbox",
"clientId": "%DROPBOX_CLIENT_ID%",
"clientSecret": "%DROPBOX_CLIENT_SECRET%"
},
{
"id": "jottacloud",
"serviceId": "JOTTA",
"name": "Jottacloud",
"clientId": "jottacli",
"clientSecret": "%JOTTA_CLIENT_SECRET%"
},
{
"id": "pcloud",
"serviceId": "PCLOUD",
"name": "pCloud",
"clientId": "%PCLOUD_CLIENT_ID%",
"clientSecret": "%PCLOUD_CLIENT_SECRET%"
}
]