Skip to content

Commit

Permalink
Update cloud providers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bcye authored Nov 16, 2024
1 parent 5d48ef6 commit 41f5cac
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 41f5cac

Please sign in to comment.