Google Image Search API (Deprecated) - image

As it is stated on their website Google has stopped maintaining the Image search API and it is now deprecated. This is from 2011, as of their policy the API is working for 3 more years before they shut it down. It is now way more than 3 years and the API is working. Does anyone have any information if the API will continue to work and are they shutting it down anytime soon?
Also does this API have any limit to the request per day or anything like that. As i have read the only restriction is the 64 max results per request.

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. We encourage you to use the Custom Search API, which now supports image search.
https://developers.google.com/image-search/v1/devguide

Related

Google API Youtube V3 - Quota runs in no time

I'm building app that uses Google Youtube Data API V3
Everything is fine, except before I'm able to test app I run out of quota.
So hence my question is if I'm doing something wrong? Seems like daily quota does not allow me to query more than 100 search queries.
Which seems odd, cause even if trying to develop any kind of web app that uses API, I run out of quota and can't do anything in no time.
From what I found over quota calculators, a search is worth 100 points or so.
If I were to finish my App, then trying to release it to people would mean it will stop working after first few searches.
So is there anything I'm doing wrong here?

Get remaining queries / quota for API

How do I programmatically retrieve (ideally through the API) my remaining quota for that same API? Specifically the Youtube Data API.
Well, as of now, there is no tool that can do this or compute the remaining quota used in the API. What can I give you is this feature request coming from this SO question that requesting to have a Quota statistics API for the Google Products. But sadly to say, there is no exact date when they will approve and release this API.
What can you do right now is to estimate the remaining quota of your YouTube API by using this Quota Calculator. By using this tool, you can now know how much quota that you are using every day.
Hope this information helps you.

Google api limits for platforms (DFP)

I'm not sure where to read about the API request limit for a Google platform such as DFP.
I want to know if the limits are on a per platform basis, or a per google API console account basis? Because there may be several API accounts under
a single platform
Thanks
According to their support,
The API will give a QuotaError if the number of requests exceeds the limit. It is recommended to implement a back off before retrying the request. If you have DFP Small business, then it is recommended to limit requests 2 per second, if you have a Premium account, limit 8 requests per second.
For any additional information you could refer their,
Online Documentation
Ask for help in their Google Group
Hope that helps. Cheers

Yammer REST API -RealTime Api

I try to research realTime api with yammer document.But when I browse "https://developer.yammer.com/realtime",it redirect to "https://developer.yammer.com/realtime-deprecated". Does it mean yammer will not support realTime api in the future?
Starting August 2014 we are removing the Realtime API from the documentation. While the Realtime API will continue to be supported and work, it will no longer be available on http://developer.yammer.com/.
We decided to remove it from our documentation because it no longer fits into our longer-term strategy and, while it will still be supported for the foreseeable future, we did not want new developers using it. Also, it’s been available for about 4 years and usage is relatively low.

Should I migrate from OAuth1 to OAuth2?

I have read about new Google Apps Marketplace and have seen the overview video here.
I'm worried about migration from OAuth1 to OAuth2 and having impact to some developed applications with APIs in my domaine
in the video exactely in 24', comparaison of what libraries/APIs are used in the OAuth1 vs OAuth2, and in 27' talking about turning off the OAuth1.
these Libraries/API will be deprecated ?
Any idea about turning off the OAuth1 and when ?
You need not worry about the impact of OAuth1 to OAuth2. This transition can be completed in a max of 15 days if you have done many integrations with Google. If you are worried just about the SSO with OAuth2 this can be completed in a day as Google has already provided proper documentation regarding the work flow.
Google has even provided migration APIs to upgrade your customers domains from v1 to v2 of Google Apps Marketplace(GAM). If you have a huge user base to be migrated then you need to plan accordingly such that migrated and non-migrated users would be able to use your app for some days till the migration is completed successfully.
Google will announce if it intends to discontinue or make backwards incompatible changes to this API or Service. Google will use commercially reasonable efforts to continue to operate those Google Documents List API versions and features identified at http://developers.google.com/google-apps/documents-list/documents-list-api-list without these changes until April 20, 2015, unless (as Google determines in its reasonable good faith judgment):
So on a safe side it is better to migrate all of your APIs to the latest libraries to avoid any failures at a later point of time. Anyway the older versions are not supported for any issue fixes/ support from Google side. So it is always better to migrate your APIs
Older version of GAM(v1) will also be deprecated at some time but Google hasn't provided any timeline for this. Probably it may take a year(not sure)
Google strongly encourages you to migrate your marketplace application to OAuth2 as soon as possible. Google has already announced deprecation of OAuth1. All top apps on marketplace have migrated their customers to OAuth2 with no issues. We plan to stop allowing installs of OAuth1 applications in near future from the marketplace (specific timelines to be communicated separately).

Resources