This topic was automatically generated from Slack. You can find the original thread here.
I’m trying to use the Google People (Contacts) API to create contacts; however, when I connected “Google” in Pipedream it only requested access to google drive and google sheets. When I send the requests Google predictably replies that Pipedream doesn’t have the correct access permissions.
{"code":403,"message":"Request had insufficient authentication scopes.","status":"PERMISSION_DENIED","details":[{"@type":"[type.googleapis.com/google.rpc.ErrorInfo](http://type.googleapis.com/google.rpc.ErrorInfo)","reason":"ACCESS_TOKEN_SCOPE_INSUFFICIENT","domain":"[googleapis.com](http://googleapis.com)","metadata":{"service":"[people.googleapis.com](http://people.googleapis.com)","method":"google.people.v1.PeopleService.ListConnections"}}]}
How can I grant Pipedream the correct permissions?