64 questions
0
votes
0
answers
98
views
Terraform Verify Ownership of domain
I am trying to use Terraform to spin up a Cloud DNS managed zone for my domain (popchop.org), however I keep getting this error in the Terraform Apply command where it asks me to verify I own the ...
0
votes
0
answers
36
views
Google Workspace - Method: domains.trafficStats.list
I have multiple email domains where the domain traffic has been being tracked with Google Postmaster Tools. The problem is the domain traffic, including the spam rate, IP reputation, domain ...
0
votes
0
answers
190
views
GCP Cloud Domain Transfer from One Project to Another Project
Hello Thank you for reading this post.
Firstly I created a project, for example, test01 and registered domain, test02.online, on Cloud Domain in test01. Then I deleted the project, test01, and created ...
0
votes
2
answers
168
views
wordpress hosting with firebase, godaddy and google domain
I have two scenarios to be solved regarding wordpress hosting and integration
Scenario 1
I have domain from godaddy, and website is hosted on firebase hosting.
Requirement
I want to add the blogging ...
3
votes
1
answer
3k
views
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.<sitename>.github.io. Now that I am trying to use a custom domain name provisioned through google domains,...
2
votes
1
answer
1k
views
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 &...
0
votes
2
answers
665
views
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 ...
0
votes
1
answer
173
views
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 "...
8
votes
1
answer
4k
views
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 ...
0
votes
0
answers
446
views
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:
https://username:password@...
0
votes
1
answer
72
views
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 ...
6
votes
1
answer
2k
views
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 ...
0
votes
1
answer
99
views
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( "...
0
votes
1
answer
159
views
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 :
https://www.googleapis.com/auth/plus.login
https://www.googleapis.com/auth/...
-1
votes
1
answer
164
views
How can i create a Post for google plus company pages using APIs
What is the difference between user's profile and user stream?
what does google apps profile mean?
How can I create a Post for regular google plus users or company pages or google apps profile?
what ...
1
vote
0
answers
52
views
What exactly is needed to post on Google plus with their API
My question is about Google + Domains API :
From this answer is said : "Currently, there is no publicly available API to post to Google+".
So search for other so many Q&A i see the possibility ...
0
votes
0
answers
83
views
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 ...
0
votes
1
answer
113
views
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 ...
1
vote
2
answers
102
views
How do social apps like buffer posts to googe plus profile
I have been reading google+ API and domain API and found out that google+ API are read-only. And domain API is only for domain users. But somehow I just tried buffer, connected my google+ profile and ...
3
votes
0
answers
850
views
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, ...
0
votes
1
answer
398
views
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": [
{
...
1
vote
1
answer
358
views
How to get people interests from Google +?
I am trying to get user profile information such as people in circles, interest, feeds, plusoners and reshares.
I tried during a lot of time and it was imposible to me getting interest and people in ...
1
vote
1
answer
1k
views
You don't have permission to access some scopes - Gmail oAuth
My client is trying to connect to gmail API with oauth
That’s an error.
Error: invalid_scope
You don't have permission to access some scopes. Your project is trying to access scopes ...
2
votes
1
answer
133
views
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]->...
1
vote
1
answer
90
views
Error posting new Google domains activity
I have used this guide: Quick start for Python.
I also have created an G-Suite account to access to Google Apps domain control panel.
Here my code to insert a post:
__author__ = 'joannasmith@google....
11
votes
1
answer
2k
views
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 ...
0
votes
1
answer
206
views
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 ...
7
votes
1
answer
2k
views
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 ...
0
votes
1
answer
630
views
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 ...
5
votes
0
answers
529
views
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 ...
1
vote
1
answer
1k
views
Google Plus Post in PHP
I want to use php to post to google plus. But google plus return "403 forbidden"
I want you to give me a piece of code to make it possible.
This is my auth function :
global $client;
$client->...
18
votes
4
answers
9k
views
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 ...
0
votes
1
answer
767
views
Custom Domains in Google App Engine
I added a custom domain to point to one of my Google App Engine Projects. It has been approximately 18 hours since I made this change.
How long does it take for DNS changes to propagate. After 18 ...
5
votes
1
answer
4k
views
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 ...
0
votes
1
answer
176
views
Google domains not mapping to my app in GCloud
I have installed my app in the google compute engine and it is running perfectly fine at http://104.155.177.45:80/ . I have made this as a Node js app. But when i try to point this IP to my domain it ...
1
vote
2
answers
2k
views
How to hide ip address and port when accessing digital ocean droplet
I have a django app deployed to 0.0.0.0:8000 on a digital ocean droplet. I also have a domain name off of google domains. Google domain simply redirects to the digital ocean nameservers:
ns1....
0
votes
1
answer
901
views
invalid credentials google plus api
I am trying to create post on Google Plus using API. I am using http protocol for create post as below.
URL : https://www.googleapis.com/plusDomains/v1/people/me/activities
Method : POST
header ...
0
votes
1
answer
2k
views
Log in user Google oAuth without consent screen
I am developing a project for Google Apps for Education.
It is using domain wide delegation, to access user account's data across a domain.
This is done with the Google Service Accounts (https://...
2
votes
0
answers
197
views
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. ...
1
vote
1
answer
593
views
Deploying my custom Google Sheet
I have been searching for an answer, more that likely using the wrong terminology, to my question and I have read through the Google documentation but I am now more confused than when I started ...
1
vote
1
answer
509
views
Hosting website on AWS but bought domain from google?
I bought a domain (let's say example.com) from google domains a couple of days back, but found out their web hosting is terrible. They only allow me use one of their partner hosting services. I want a ...
0
votes
1
answer
199
views
Google Domain API for iOS with access token
I am developing an application with Google Domain API which would manage activities. I have some questions:
1) This application is for iOS , however I do not see any reference to Google frameworks/...
2
votes
1
answer
1k
views
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 ...
-2
votes
1
answer
757
views
how to post images using plusdoamins on google plus
I want to post/upload an image/picture to Google+ stream/wall in C# asp.net I have Google a lot but could not fine any solution so that i could post an image from my application to Google plus wall. ...
0
votes
1
answer
527
views
I bought a domain name, and now
I bought a domain name on Google, and now I can't figure out how to get my heroku app to that address.
Specifically, the person who I am building a site for purchased the domain. How can I convince ...
1
vote
1
answer
102
views
Fetch google drive data of domain user using Java or HTTP
I am writing a program (written in java) for businesses that manages google drive data of domain users (download/read/...).
I need to authenticate once, using domain admin's credentials, get a token ...
16
votes
2
answers
9k
views
Forwarding emails when using Google Domains and Cloudflare [closed]
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, ...
2
votes
1
answer
462
views
is there anyway to test google webhook without having any registered domain over ssl?
I am writing something where my program expecting a webhook callback when something changes on google drive in a specific file, I am through with business logic however I am unable to get webhook ...
5
votes
1
answer
428
views
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
...
0
votes
1
answer
1k
views
how to host github pages with google domain
I have a github page up and running, and I wanted located at a custom url, so I purchased domain names from google domains and put the domain name in a CMAKE file. It's not working, so I think I'm ...