zanonmark / Google-4-TbSync

This provider add-on adds Google synchronization capabilities to TbSync. Only contacts and contact groups are currently managed, using Google's People API.
Mozilla Public License 2.0
51 stars 7 forks source link

Wiki update of scopes #51

Closed 29039 closed 1 year ago

29039 commented 1 year ago

Sorry I can't figure out how to update the Wiki myself.

on: https://github.com/zanonmark/Google-4-TbSync/wiki/How-to-generate-your-own-Google-Cloud-Console-project-credentials

Where it has scopes, can you please put in a box with the scopes already formatted for a copy & paste. It would make it a bit easier.

Instead of: "https://www.googleapis.com/auth/userinfo.profile", "https://www.googleapis.com/auth/userinfo.email" (which will be displayed in Your non-sensitive scopes) and "https://www.googleapis.com/auth/contacts"

Write it out as:

https://www.googleapis.com/auth/userinfo.profile
https://www.googleapis.com/auth/userinfo.email
https://www.googleapis.com/auth/contacts

That would be great, thanks!

zanonmark commented 1 year ago

Done, thanks. MZ