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
18
votes
4 answers

How to configure Google Domains + Heroku w a Naked Domain

I have a domain loading in a web browser using Heroku and Google Domains. Right now the domain loads with a www: http://www. XXX .com. If I enter the URL w/o the WWW like http:// XXX .com I get the following error in Chrome: "XXX.com’s server DNS…
AnApprentice
  • 108,152
  • 195
  • 629
  • 1,012
16
votes
2 answers

Forwarding emails when using Google Domains and Cloudflare

I have recently acquired a domain name via Google Domains. I have set some configuration to have it point at an OpenShift application via Cloudflare. Cloudflare requires me to set their DNS servers, which I did in Google Domain. At Cloudflare, I…
Jérôme Verstrynge
  • 57,710
  • 92
  • 283
  • 453
11
votes
1 answer

How to setup a root domain redirect for https with google domains

Using Google Domains, I've set up a synthetic record to redirect foo.com -> www.foo.com. Just like in this example: https://support.google.com/domains/answer/6346300?hl=en However, it doesn't seem to work with https://foo.com. How do I configure it…
MonkeyBonkey
  • 46,433
  • 78
  • 254
  • 460
7
votes
1 answer

Restrict login to Enterprise Google Domain for AWS Federated Identity Pool

I'm using a federation identity pools with aws-amplify (https://aws.github.io/aws-amplify/media/authentication_guide#enabling-federated-identities) and I'd like to restrict the scope of domains to just my google domain organization (ex.…
7
votes
1 answer

using google domains when hosting static site on aws s3

I've set up many static sites on AWS/S3 with other domain registrars; however, google domains is giving me some issues. Steps I've taken: -on S3/AWS: created bucket domainname.org enabled static website hosting by adding index.html uploaded…
frostini
  • 175
  • 10
6
votes
1 answer

How to let google domains DynamicDNS to update ipv4 instead of ipv6 for Raspberry pi3

I am trying to setup personal Web Server on my Raspberry Pi3, I bought domain from Google Domains so that I could use the Dynamic DNS to let google could update IP Address of my Raspberry-Pi webserver (because my ISP provides Dynamic IP). On my…
F. Ahmed
  • 61
  • 3
5
votes
0 answers

Redirect Custom domain to specific firebase hosted app URL route with masking

I have a SPA hosted using firebase hosting. I currently have a custom domain connected to the app. i.e mycustomedomain.com directions users to myapp.firebaseapp.com . However I want to achieve now is redirect multiple custom domains to specific…
jasan
  • 11,475
  • 22
  • 57
  • 97
5
votes
1 answer

Mapping subdomain to a service in Google App Engine project

I have a Google App Engine project with following yaml file handlers: - url: /web/.* script: web_server.app - url: /api/.* script: rest_server.app How do I make sure subdomain, of a domain I own, be served by rest_server.app script. Example:…
user462455
  • 12,838
  • 18
  • 65
  • 96
5
votes
1 answer

Golang program for retrieving google+ Domain profile returns 403 Forbidden

Can you please help me with the below problem. I am just writing a simple code to retrieve my google+ Domain user profile. 1. I am using a google+ Domain Account with the domain name spaceandhow.com I have provided all the privileges as listed in…
4
votes
1 answer

Google API - How do I get alias emails for a user?

Question Using Google Apps OAuth for authentication, how can I retrieve a user's email aliases? I can't seem to find any API docs on how to do this. What are the necessary scopes and what is the correct call to get that info? Why Let's say I have a…
Andrew Hubbs
  • 9,338
  • 9
  • 48
  • 71
3
votes
0 answers

DNS wildcard issue - after adding Cname record for google Domain verification

I've a domain, let's say abcd.com, For this domain, We have a wildcard A record pointing to an IP say, 12.34.56.78, * => 12.34.56.78 So, all subdomains of abcd.com point to 12.34.56.78. So, when I access small.abcd.com, it points to 12.34.56.78.…
3
votes
0 answers

In my google plus insert an activity using "Domains Google+ API" and PHP. I get error

This is my code to insert an activity: const SERVICE_ACCOUNT_EMAIL = "xxxxxx"; const KEY_FILE = 'key.p12'; $client_id = 'yyyyyyyyy'; $client_secret = 'zzzzzzzzz'; $redirect_uri = 'ttttttttt'; $client = new…
2
votes
1 answer

Google_Activity must be an instance of Google_ActivityObject

I don't know what is the error of this. I might think as well is in the library of google PHP client can someone help with this. This is my code: $this->client->refreshToken($con[0]->secret); $newtoken =…
Lar Ry
  • 23
  • 2
2
votes
0 answers

Google Domain forward POST request from "@" to "www"

I want my Heroku web app on www.mydomain.com to receive POST requests sent to mydomain.com I created an app on Heroku, and intended on linking it to my root/bare domain (@) hosted by Google Domain. However, Heroku only provides CNAME, and Google…
2
votes
1 answer

Adding an alias to a secondary domain using domain API

I'm trying, without any success, to add an alias to a secondary domain in my google apps for work using domain api. In this article it's written: Domain aliases for secondary domains must be added via the Domains API Using APIs Explorer I tried this…
alder
  • 23
  • 2
1
2 3 4 5