Questions tagged [google-plus-domains]

43 questions
1
vote
1 answer

Create a new post through google plus Domain API

I was trying to create an automatic post to Google plus from my own CMS. I've tried Google Plus Domain API. But I always get Forbidden log although I've put the right scope, and I've set the permission on my Credential. Here is my…
Kelimutu
  • 11
  • 2
1
vote
1 answer

What is the difference between Google's plus.people.get and the plusDomains.people.get API endpoints?

I'm not clear as to when one would use the plusDomains.people endpoint instead of the plus.people endpoint. Is the plusDomains endpoint for Google Apps customers? How about Google Apps for Education? The documentation for plus.people.get seems to be…
Streeter
  • 556
  • 4
  • 22
1
vote
0 answers

403 Forbidden response Google API

I am using the Google+ Api to create new circles for users. When I try and to a POST request I get a response like this: { "error": { "errors": [ { "domain": "global", "reason": "forbidden", "message":…
1
vote
0 answers

getOccupation() in GooglePlus app Android always returning null

I am trying to access profile's occupation using getOccupation() using Plus Domain. This is always returning null, although it is set as public in the Google plus profile. I have tried with different scopes but with no avail. Are you people able to…
Santanu
  • 168
  • 7
1
vote
0 answers

Google Plus Domain API Android Exception

I am trying to get Circles of user using Google Plus Domain API Android. I imported following libraries first in my…
1
vote
0 answers

Is Google plus Domains api working

I'm unable to use Google plus Domains API, even from the API explorer. I tried to explore some methods in domains API, but I failed. For example plusDomains.people.get give userId as "me". authorized with my domain admin account. I got the below…
Chandan Reddy
  • 499
  • 4
  • 23
1
vote
0 answers

Unable to get Domain Restricted Google+ Community Name

I'm trying to get all the activities done by my Google apps domain users. But If someone made a post in myDomain Restricted Community, API is not return the community name. Instead of getting the actual community name, its returning "domain". If…
1
vote
0 answers

Google plus api "Resource object has no attribute 'insert' "

Following the directions found on google developers here when I try to add an activity (a post) I get a python error "Resource object has no attribute 'insert' " but when I look here (at the api docs) there's clearly a insert method under…
1
vote
1 answer

What is the cost of Google+ api billing after reaching limit?

I need help in knowing about what is the cost per requests after limit is exceeded(10,000requests/day)? In console.developers.google.com I didn't find the pricing for google+ requests. There is a service to increase the Quota of requests per day…
1
vote
0 answers

Error 500 inserting a activity with google_api_domain and google-api-php-client

I have problems when using the api google-api-php-client to create an activity for a circle that I created within the API google+ Domains API. I'm getting a 500 error when I make the request. The code is: # insert activity $activityObject =…
1
vote
1 answer

What *exactly* does 'Shared Privately' indicate in the context of an activity from the Google+ Domains API?

Consider the following G+ Domains API Response payload (snippet): { ... , "provider": { "title": "Google+" }, "access": { "kind": "plus#acl", "description": "Shared privately" } } What exactly does shared privately…
Bryan A
  • 3,598
  • 1
  • 23
  • 29
0
votes
1 answer

Google + Domain API returns forbidden even on paid account

I have been trying to find the reason for this issue since a long time with no luck: It was working fine on my paid gmail account @mydomain.com, until last week, when it stopped working without any changes in code files. And now it has been…
0
votes
1 answer

How do Buffer and HootSuite post to a user's Google Plus page/profile?

The Google+ API is read-only The Domains API is for Google for work only. There's nothing else. And somehow social media scheduling services like buffer or hootsuite allow users to sign in with their "normal" non-business google accounts and post…
0
votes
1 answer

403 Unauthorized when using Google+ API in Python

I'm using this code, mostly extracted from Google samples: """ did a pip3 install --upgrade google-api-python-client """ import httplib2 from apiclient.discovery import build from oauth2client.client import OAuth2WebServerFlow from environments…
madtyn
  • 1,469
  • 27
  • 55
0
votes
1 answer

Problems with Google+ Pages API Activities.Insert

I have access via the partner program to the Google+ Pages API, and I'm trying to post to my domain account. I am successfully able to post to pages that I manage via my domain account, as well as posting to my personal G+ page, but I keep getting…