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
0
votes
1 answer

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 hours when I hit the domain, I still get "Site can't…
user462455
  • 12,838
  • 18
  • 65
  • 96
0
votes
1 answer

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 is not working fine as it would. My domain is…
0
votes
1 answer

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 parameter : Content-Type…
java rocks
  • 41
  • 2
  • 11
0
votes
1 answer

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…
Djensen
  • 1,337
  • 1
  • 22
  • 32
0
votes
1 answer

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/PODs for GoogleClientBuilder. Is iOS not…
sarnabtech
  • 486
  • 3
  • 12
0
votes
1 answer

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 heroku that I (we) own that domain?? Thank you for…
Jillian Hoenig
  • 137
  • 1
  • 6
  • 28
0
votes
1 answer

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 missing something about how to host sites and how…
bignore59
  • 167
  • 1
  • 2
  • 8
0
votes
0 answers

forbiddenScope Error : while adding person in Google Plus circle via HTTP request

I want to add user in circle. I have retrieved access_token as described in Using OAuth 2.0 to Access Google APIs with scopes…
Rahul Mane
  • 1,005
  • 18
  • 33
0
votes
1 answer

How to get basic profile information like name and email of users of Google Apps for Work services

I am trying to get basic profile information like name and email of users of Google Apps for Work using PHP client library . According to this question I can do that simply using people->get function with https://www.googleapis.com/auth/plus.login…
0
votes
1 answer

How to determine if users with different home domains are part of same google apps org?

In Google Apps, there is always a base/primary organization. But Google Apps can have subdomains and suborganizations both (or combination of those). We want to be able to identify the currently logged-in user as being part of the overall…
0
votes
0 answers

Error with google api service account

I am trying access google api for my domain by using service account. This is my tutorial https://developers.google.com/accounts/docs/OAuth2ServiceAccount The first: I access "console.developers.google.com" and create new project. I added calendar…
0
votes
1 answer

How do we change the naked domain redirect on our App Engine app?

Followed the instructions on: https://support.google.com/a/answer/2518373?hl=en However, while changing it we get the following error: Google Apps - Server error Server error We are unable to process your request at this time, please try again…
Debnath Sinha
  • 1,087
  • 1
  • 12
  • 25
0
votes
1 answer

Google+ Domains API via service account fails with 403 Forbidden

I have a simple Ruby code that I combined from several examples. It uses Google+ Domain API. I followed all steps to authorize a service account (https://developers.google.com/+/domains/authentication/delegation), but my requests fail with 403…
-1
votes
0 answers

Elastic Beanstalk, EC2, and Google Domains, how to deploy to custom site

I have a backend app deployed to Elastic Beanstalk that is running in a EC2 instance. And I have a custom domain with Google Domains, what are the DNS records I need to add to allow deploy to the custom domain? And is there additional settings I…
-1
votes
1 answer

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 is the difference between google domain apis and…