I see that the API exists for the old sites https://developers.google.com/sites product but that does not work for the new version of sites. Is there any guidance on what's the best way to programmatically access the content from the newer version of sites?
One idea I had was just downloading the content by issues a GET request but not sure if there's a way to programmatically authenticate for that.
As DownloadPizza said, the Google New Sites API is not available yet. More information:
Is there any ETA for the new Google Sites API?
Also from this thread they have given some interesting information regarding New site here Pull data on New Google Sites solution
As a summery:
The new version of Google Sites does not offer an API at the moment but Google has announced that:
Site search (launched September 2017)
Limit who can access a published site (launched January 2018)
Embed URLs (launched September 2017)
Embed Code (launched December 2017)
More levels of page nesting (launched October 2017)
G Suite domain web address mapping (launched August 2017)
Assign domain custom URL (personal Google Sites) (launched August 2018)
API capabilities including Google Apps Script integration
Something similar to page-level permissions (Google's most recent announcement did not include this)
Site update notifications
Corporate themes
More text formatting options
Site Templates
Better integration with other G Suite product
New page elements, like tables of contents and image carousels
Increased size limits
Better publishing
Revision History
Editor comments
Richer and more comprehensive search from within a site
Google Vault support for content from new Sites
will be available - for more detailed information see Deprecation Timeline - classic Google Sites.
They offer a group you can join here: JOIN HERE so you get email notifications when new features are released. Please let us know what you think and if you feel there's anything missing let us know.
Related
Maybe I am missing something with the current migration of Google MyBusiness API.
We have scripts running on the Google My Business API which will end in April 2022, replaced by several new Business APIs.
The problem is that it's February 8 and some features like reviews, posts, ..., that we use, are still not migrated to the new APIs.
I can't see how we're going to do the migration if they are delivered a few days before the deadline. Unless they are not migrated at all?
Am I the only one with this problem ?
Thanks for any news
Only those parts of the GMB API that have published successors will be deprecated:
https://developers.google.com/my-business/content/sunset-dates
Neither the review nor the local post methods are marked for deprecation.
Update: the documentation tree also has indicators showing what is and is not deprecated (I added the green squares to signify that those examples are not deprecated yet).
I'm using YouTube Data API to upload videos to my YouTube account.
But when uploading is done, the status were become private.
I know my API has to verified by Google developers console.
After I tried, I realize my free version of WordPress website can't use:
Filezilla to connect WordPress website, cause free version doesn't support ftp;
plugins.
I hope you can tell what should I do without any website that I can verified by Google developers console.
If you check the documentation videos.insert
All videos uploaded via the videos.insert endpoint from unverified API projects created after 28 July 2020 will be restricted to private viewing mode. To lift this restriction, each API project must undergo an audit to verify compliance with the Terms of Service. Please see the API Revision History for more details.
All this means is that you need to go to Google Cloud console for your project under the consent screen change the project to production and click the prepare for varication button
This has nothing to do with WordPress. This has to do with your project on google developer console.
There is an API listed in Google APIs (oAuth2) that can be enabled with the service name invoice.googleapis.com. As per the description, it supposedly allows you to fetch Billing invoices for products like Google Adwords, Enterprise etc.
However, there does not seem to be any documentation available online. The PHP client (the one I'm using) also doesn't have an implementation for this.
Does anyone have any more information about this? Is this still in development?
Google is currently sending out a mass email that looks like this:
Dear Webmaster,
You are receiving this email because you are registered as a website administrator using reCAPTCHA, and your website is still using reCAPTCHA v1, which will be turned off on March 31, 2018.
We announced the reCAPTCHA v1 deprecation in May 2016. Starting in November 2017, a small percentage of reCAPTCHA v1 traffic will begin to show a notice informing users that the old API will soon be retired. Any calls to the v1 API will not work after March 31, 2018.
To ensure continued functionality, you’ll need to update your website to a current version of reCAPTCHA. You can learn more about reCAPTCHA v2, Invisible reCAPTCHA and reCAPTCHA Android API in our Developer’s Guide. The new APIs are simple to implement and will streamline the captcha experience for your users. If you need help, you can engage in the reCAPTCHA Google Developer Group or post to Stack Overflow with the ‘recaptcha’ tag.
We hope that your upgrade will be seamless, and we’re confident you’ll be happy with the results.
Thank you,
reCAPTCHA Support
For those of who have built dozens (or hundreds) of sites with ReCAPTCHA over the years, is there a simple way to identify which websites are using version 1?
This question has also been asked in the Google Developers ReCAPTCHA group (by someone else) and I will monitor answers there and post them here if they are relevant: https://groups.google.com/forum/#!topic/recaptcha/KRzmHivCtjM
You might have a look at https://www.google.com/recaptcha/admin#list. However for me all of the sites have V2 as Site Type while I got the same email as you. While checking some of the sites I noticed they were actually using reCAPTCHA v1.
One method: Browse each site and look at the very recaptcha itself:
v1 == punch in letters to complete the captcha.
v2 == select images to complete the captcha.
Could be tedious, yes, but should do the job.
All!
I wanted to develop a feature for a blog I wrote myself. I want to grab the search result of Google Images, and display them in a user-friendly way in or beside my blog's posts editor.
So I did some research on code.google.com
I found Google's official AJAX API for Google images. But on its documentation site it says something like this:
Important: The Google Image Search API
has been officially deprecated as of
May 26, 2011. It will continue to work
as per our deprecation policy, but the
number of requests you may make per
day may be limited
I know they can restrict the number of requests I can make by my API key.But..
Can anyone tell me how exactly is this API restricted? like how much traffic or requests is allowed?
Is it possible to use this API to develop a Wordpress plugin that everyone else can use?