Vimeo oEmbed API stopped working - vimeo

We were using Vimeo oEmbed API, suddenly it stopped working. While checking API documentation at following link, its totally different now.
https://developer.vimeo.com/apis/oembed
Is there a way to find out when did API got changed, I am not able to locate last update date for Vimeo oEmbed API.

Related

How to get python code samples on Youtube API V3 with API KEY only

I want to get python samples on using an API KEY to interact with Google's Youtube API V3 and get the list of videos of a specific channel, I don't want to use OAuth, I want to use API KEY credentials.
The API explorer shows both credential types but the code samples only use the OAuth method.
I want to have a python script listing a channels published videos.
I finally figured how to do this from the documentation of the python pakcage google-api-client from here.
This is how to build the service:
youtube = googleapiclient.discovery.build(
api_service_name,
api_version,
developerKey='YOUR_API_KEY')
and then the service will use the provided API to authenticate with Google.

Domain change broke Google Maps API

I recently changed my domain name, therefore the map is not loading where I want it to. It is coming up with the URL error.
However it was a long time ago that the account was made and i cant seem to remember which account I made the key in. However i do have the actual key in Heroku.
Is it any way possible to find out which account the key was made in, by contacting Google and them maybe using the key to find out?
I know this is a long shot.
Your site URL to be authorized:
Google Maps JavaScript API error: RefererNotAllowedMapError
You may request it through a support case via https://console.cloud.google.com/google/maps-apis/support in order to open personalized communication channel with the technical support team for Google Maps API

Suddenly got error message Maps API deactivation and Maps API exceeded quota but everything is normal in the API console

I suddenly got some random message saying "Google has deactivate Maps API" and "Site has exceed daily quota". Image attached (in Indonesian language).
In the console API the quota status is still green. This started three days ago. What would cause this?
I am using Google Maps API for Javascript version 3.17.
It looks like it's a bug with Google: Intermittent Google maps api Authorization Error
https://code.google.com/p/gmaps-api-issues/issues/detail?id=7464
Other possible answers:
I'm seeing other people with the same problem. It looks like Google gives that error message even then the actual problem is something else.
You can get this error if you don't actually enable the version of Google Maps that you're using: http://www.raymondcamden.com/2013/2/13/Getting-a-quote-error-with-Google-and-youve-barely-touched-your-limit
You may have already checked that since you've been in the console to check your usage but including it just in case.
Not having referrers set up properly will also cause it:
https://wordpress.org/support/topic/google-has-disabled-use-of-maps-api-for-this-application
Google maps api v3 reporting key error
People have also found that taking the key out for a while seems to help (though it is unclear why): Different errors (quota, disabled, bad API key, or none) when loading Google Maps API JavaScript
(Scroll to the bottom of the page for the answer)
I also started getting these errors unexpectedly, even though I was a long way from my quota.
I think maybe the browser was making too many requests for the API key for each load, or something.
So, I changed the "requests per user" setting from 1 to 2 per second, and the errors went away.

Get the youtube playlist detail using the v3 API

http://gdata.youtube.com/feeds/api/playlists/PLAYLIST_ID
This will get the list data of a youtube channel , for example
http://gdata.youtube.com/feeds/api/playlists/UUY8zZ2vTM_ipmlSwy7CPFpw?v=3&alt=json
This, will get the data in JSON format. however, since the API has switched to V3 I wonder are there a URL that does the same thing?
Tried something like
https://www.googleapis.com/youtube/v3/playlists?part=snippet
&channelId=UUY8zZ2vTM_ipmlSwy7CPFpw
but no luck. Thanks for helping.
There is a difference between Channel & Playlist.
Check out this page for more information. https://code.google.com/apis/console/
There you need to go to "YouTube Data API v3 > youtube.channels.list" which will allow you to test the action you want to perform.

Google disabled use of Maps API for this Application

I am developing a basic site for a company and there is a map on the contact page. I put in the google API and it was working fine for a few hours. Then all of a sudden an error started to show up that says:
Google has disabled use of the Maps API for this application. The provided key is not a valid Google API Key, or it is not authorized for the Google Maps Javascript API v3 on this site. If you are the owner of this application, you can learn about obtaining a valid key here: https://developers.google.com/maps/documentation/javascript/tutorial#Obtaining_Key
I would reset my API key but I have two other active sites using that key. Is there a limit to the number of sites that can use the API key? These sites are not high traffic at all so I doubt I have reached the 25,000 per day limit.
Does anyone know what the problem might be? I don't think it is in the code because it was working fine before. Why would Google disable it?
I am not a very experienced programmer so can anyone help me in simple terms?
Thanks so much.
Hey check this out https://developers.google.com/maps/signup cant post it as link writing from cell phone. You dont need a API key if you use V3 of the API. Hope this helps you!
Edit: Im using the console key to monitor my sites requests :)