Questions tagged [google-domain-api]

With the Google+ Domains API, Google Apps customers and ISVs can build custom Google+ functionality and services for people who use Google Apps at college, at work, or at home. Organizations can develop tools to interact with Google+ features such as posts, comments, and circles.

With the Google+ Domains API, Google Apps customers and ISVs can build custom Google+ functionality and services for people who use Google Apps at college, at work, or at home. Organizations can develop tools to interact with Google+ features such as posts, comments, and circles. These tools can be used to spread information, reinforce communications, and grow productivity in an organization.

61 questions
1
vote
0 answers

Google+ Domain API HTTP Error 500 calling activities.insert

I'm getting an HTTP 500 error when trying to run the sample code (python) for inserting an activity on behalf of a user. I've set up domain wide delegation and have included all the correct scopes. I've successfully run with domain delegation for…
Kajman
  • 11
  • 3
1
vote
2 answers

Getting Google+ Domain API to work in Google Apps Script

I have read loads of good documentation and example for getting external API's to work in Google Apps Script and also access Google API's with OAuth and have successfully integrated them. I can't however find any help with getting the Google+…
0
votes
0 answers

Google Domains Github pages Enforce HTTPS — Unavailable for your site because your domain is not properly configured to support HTTPS

I have published a static site through github pages. I can access it through https://www..github.io. Now that I am trying to use a custom domain name provisioned through google domains, I cannot Enforce site access through HTTPS and get…
sidharth sharma
  • 3,025
  • 6
  • 23
  • 20
0
votes
1 answer

How do I allow my Google service account to administer a Cloud Domain?

I manage my Google Cloud resources through terraform. I was initially planning and applying the changes locally, authenticating with my personal email, and everything worked fine. I am using resource "google_cloud_run_domain_mapping" "..." a couple…
0
votes
2 answers

How can I get a list of domain names I own through Google Domains via PHP? Is there an API I can use?

I am looking for a way to programmatically retrieve a list of domains that I own through Google Domains (domains.google.com). I have found APIs available for Google Cloud Domains and Google Domains RDAP but these do not appear to be hooked into my…
Kevin Roth
  • 338
  • 1
  • 5
  • 14
0
votes
1 answer

User Drive's usage without shared files

I'd like to create a report of storage usage for all my users. To do so I use AdminReports app, like so (found in google example, somewhere. Just had to adapt the "parameters" and the "row" arrays) : function generateUserUsageReport() { var today…
LMS
  • 160
  • 3
  • 11
0
votes
0 answers

Domain name not working but ip does (domain google)

(sorry for my bad english) I did the follow istructions: https://support.google.com/domains/answer/6147083?hl=it (i made a dynamic dns) i made a script in linux with:…
0
votes
1 answer

Set custom "A" resource record with google app engine to avoid redirection

I have a web service hosted on a home PC which is on a public dynamic ip. I also have a domain name hosted by google domains (I will refer in this post as www.example.com). Via Google App Engine I'm able to store the dynamic IP on memcache and once…
cabbi
  • 393
  • 2
  • 12
0
votes
1 answer

Google Domains API issue when post on user profile

I got issue to post on users profile (Not got error on all users). Error Code: 400 Error Message: Calls to this method must be made by or on behalf of a Google+ Page. $options = array( "headers" => array( 'content-type' => 'application/json;'…
0
votes
1 answer

Google Plus Domains Api insert Activities in error

I try to create activity through the form 'Google+ Domains API v1' with 'plusDomains.activities.insert' I use scopes :…
0
votes
0 answers

Google Domain Api Access Type Public Not Working

I have issue connect with type access, after post with help google domain api on google plus page, top part on my post I can't see "public" only private, domain or show only for me, how can I resolve it ? I spoke with google support he told me what…
0
votes
1 answer

Post in Google+ Domains using web tools

if anyone knows how I can publish something on google + using PHP. I used Google plus Domains API, but it only give access for read. If I can do it by g suite please tell me how can I do it. //add code $client = new \Google_Client(); …
0
votes
1 answer

Google Plus Domains Api Activities: insert 403 Forbidden

I try to use insert activity request through this special form http://joxi.net/J2bykQQS4XYxXm { "object": { "originalContent": "LaLALaLALa" }, "access": { "items": [ { "type": "domain" } ], …
0
votes
1 answer

Have Subdomain point to a different azure address

I'm trying to setup my google domains to where "blah.net" points to my app in azure sites, but I want "dev.blah.net" to point to a different app on azure (My dev instance). Anyone know how to setup this up? I tried doing subdomain forwarding but…
Andy Xufuris
  • 698
  • 3
  • 9
  • 31
0
votes
1 answer

Google Domain API keeps returning 401/403 in responses. What am I doing wrong?

I'm trying to make a simple activity insert to an authorized user's Google+ profile using the Google Domains API. It seems that this API is only available for Google Apps (now G Suite) accounts and ISVs, and so I created a G Suite account. This…
edmar
  • 36
  • 1
  • 5