Posts by BigCoffee • 1 point
1 post
-
0
votes0
answers21
viewsQ: How to add bookmarks to a Google contact via People API?
I am adding contacts via People API with the following code: SCOPES = ['https://www.googleapis.com/auth/contacts'] def start_service(): creds = None if os.path.exists('token.pickle'): with…