google plus api: “insufficientPermissions” error
问题 I am searching the google plus with api Here is my Url: https://www.googleapis.com/plus/v1/activities?query=internet%20marketing&access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx here is response: { "error": { "errors": [ { "domain": "global", "reason": "insufficientPermissions", "message": "Insufficient Permission" } ], "code": 403, "message": "Insufficient Permission" } } Here is my API CONSOLE screen http://i.stack.imgur.com/jO27J.png Can Anyone tell what permission I need to setup for my app