Questions tagged [google-site-verification-api]

13 questions
5
votes
1 answer

Using Google Site Verification API in Django on Python 3

I have a Django app running on Python 3. I want to use Google Site Verification API to let users prove to me that they own a certain site. What's a good way to do that? Obviously, I'd like to use ready-made packages whenever possible and write the…
Ram Rachum
  • 84,019
  • 84
  • 236
  • 374
4
votes
3 answers

Google Verification API 503

The google verification api is giving me a 503 error "An unexpected error occurred. Please try your request again." whenever I try to verify a domain using the TAG_MANAGER method. This occurs when I try to use the API via the PHP client library and…
El Yobo
  • 14,823
  • 5
  • 60
  • 78
3
votes
2 answers

Google Site Verification API .NET redirect uri is not adopted

(http deleted because of reputation) I'm testing the Google Site Verification API with the "GoogleApisSamples" Projects from Google, but I have a problem concerning the redirect uri.. I get the client_secrets.json (with redirect uris set) from my…
1
vote
1 answer

Retrieve all classic and new google sites using google sites api

Is there a way to retrieve all the new google sites, including the classic sites? I tried using getAllSites(domain, start, max). // This writes the a list of sites in domain yourdomain.com to the log. function getNumberOfSites() { var pageStart =…
1
vote
1 answer

Accessing Google Site Verification API from a Firebase function

I am trying to use the Google Site Verification API from a Firebase function using Node.js. The README available in the google-api-nodejs-client repository on Github recommends using the default application method instead of manually creating an…
1
vote
0 answers

Google Site Verification API .NET redirect uri mismatch error

I am trying to integrate Google Drive service to my .Net(4.0) web application (my first time) .But I am getting redirect mismatch error when i try to run in local system. I have created a Google OAuth 2.0 ClientID and secret in Google Developer…
0
votes
0 answers

Shopifty theme.liquid: Duplicate google-site-verification meta tag + random ones after

For google merchant center, to confirm & claim the website I've added the google-site-verification meta tag into the section of my theme.liquid Lower in the section I have 4 duplicates of 1 meta tag (not the one I added) + other random…
0
votes
0 answers

Google sign in integration

i tried integrating google signing in my app, I've done all I am supposes to do but when i run it on andoid device it telling me failed, please kindly help this is my main Activity package com.example.todo; import static…
0
votes
1 answer

Google Site Verification API owner update in PHP

Does anyone have a working example how to update site ownership with the Google API PHP SDK? I can connect to the API, get the site details, I tried different ways to call the update method but I don't receive even an error message. The code is…
0
votes
1 answer

Google Site Verification API "Could not resolve the email address" response

I am trying to verify domains using the Google Site Verification API. For some email addresses, the verification request succeeds fine. For other email addresses, it says "Could not resolve the email address". I cannot see any reason why it should…
Duke Dougal
  • 24,359
  • 31
  • 91
  • 123
0
votes
1 answer

Google Site Verification via API Key

We have tried various things to get the Google Site Verification API to work, including: How can I authorize with OAuth 2.0 for google's predictive API in Ruby? By calling: https://developers.google.com/site-verification/v1/webResource/list using…
0
votes
0 answers

Webmaster tools do not show a website as verified using Site Verification API

Why Google webmaster tool doesn't show the verified site on the webmaster tool? I am getting status code 200 when using both OAuth 2 playground and my program. But when check on https://www.google.com/webmasters/tools/ I cannot see the verified…
0
votes
2 answers

Google Site Verification API

I am trying to develop Google site verification system using ASP.Net. Also using the Google explorer (https://developers.google.com/site-verification/v1/webResource/insert) to test the request method such as JSON and HTTP request format. This is…