Skip to content

Commit

Permalink
Merge pull request #223 from bcye/patch-1
Browse files Browse the repository at this point in the history
Add correct OAuth scope to Cloud Providers docs
  • Loading branch information
natelindev authored Dec 5, 2024
2 parents 20dce41 + cade318 commit 21b81c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/cloud providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For apple you want to go to [this page](https://support.apple.com/en-us/HT204397

For google you want to go to Google Cloud Platform/Credentials page, then create a credential that suite your use case. You want `clientId` ,`client secret` and after this. Also you need to enable Google CALDAV/CARDDAV for your project.

Also you need to setup oauth screen, add needed oauth2 scopes, use proper oauth2 grant flow and you might need to get your application verified by google in order to be able to use CALDAV/CARDDAV api. Refer to [this page](https://developers.google.com/identity/protocols/oauth2) for more details.
Also you need to setup oauth screen, add needed oauth2 scopes (`https://www.googleapis.com/auth/calendar` for CalDAV), use proper oauth2 grant flow and you might need to get your application verified by google in order to be able to use CALDAV/CARDDAV api. Refer to [this page](https://developers.google.com/identity/protocols/oauth2) for more details.

After the oauth2 offline grant you should be able to obtain oauth2 refresh token.

Expand Down

0 comments on commit 21b81c7

Please sign in to comment.