-
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Naohide Sano edited this page May 8, 2020
·
11 revisions
https://console.developers.google.com/
- application credential
download from [credentials >> your_id >> download json]
and locate it into ${HOME}/.vavifuse/googledrive.json
- user credential
$ cat ${HOME}/.vavifuse/credentials.properties
[email protected]=your_password
[email protected]=your_totp_secret
https://github.com/umjammer/OneDriveJavaSDK#registration
- application credential
$ cat ${HOME}/.vavifuse/onedrive.properties
onedrive.clientId=your_client_id
onedrive.clientSecret=your_client_swcret
onedrive.redirectUrl=http://localhost:30000
- user credential
$ cat ${HOME}/.vavifuse/credentials.properties
[email protected]=your_password
[email protected]=your_totp_secret
https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade
- application credential
$ cat ${HOME}/.vavifuse/onedrive.properties
microsoft.graph.clientId=your_client_id
microsoft.graph.clientSecret=your_client_swcret
microsoft.graph.redirectUrl=http://localhost:30000
- user credential
$ cat ${HOME}/.vavifuse/credentials.properties
[email protected]=your_password
[email protected]=your_totp_secret
Google Drive icon by Icons8 / OneDrive icon by Icons8