Google Finance api giving 403 error - google-api

I am using google finance api for conversion of currency based on real rate conversion,
The API what I am using is given below:
https://finance.google.com/finance/converter?a=1&from=USD&to=INR
It was working till yesterday but from today it's throwing 403 response code.
Can anyone help me on that or Is this url changed??
Thanks

Seems that Google just silently deprecated finance.google.com, redirecting it to google.com/search. Probably better to switch to a more reliable currency exchange rates provider. In my case, I've switched to EU Central Bank.

Finally I found the solution for this with the updated google URL for currency converter.
Click here to check the solution now.
just do update your existing link with this and you can solve your problems.
Thanks

Google finance API is just moved to new URL. You can check the solution here:
Error in Google finance API

Related

Is there an API for extracting rubric grading data in Google Classroom?

I have read a helpful post for grades...
Is there an API for extracting grades in Google Classroom
and the API for grading...
https://developers.google.com/classroom/guides/manage-coursework#grade_student_responses
but haven't been able to see anything for rubric grading data yet. Or am I missing it?
Answer:
Unfortunately, at this time, there isn't a way of getting Rubrics from the Classroom API.
Feature Request:
There is already a report on Google's Issue Tracker which request this feature to be added to the API:
Add Rubrics to Classroom API
It appears that Google does seem to know about this and has responded on the above feature request. What you can do it hit the ☆ next to the issue number in the top left on the aforementioned page - this lets Google know more people are wanting this feature to be implemented and so it is more likely to be seen to faster.

My Google API keeps returning a limit reached error, when I am sure I am under the limit

I am currently building a NodeJS backend app that is querying the Google Calendar API. I have setup a new project on Google Cloud API platform and have generated all the required credentials. As stated by the google calendar API page, the allowed queries per day is 1,000,000. Since I am only querying for testing purposes at the moment, I am sure that I haven't even hit a 100. Yet whenever I try to query the API it returns the error:
"The API returned an error: Error: Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."
Also I have noticed that the dev console has generated a API key for me. Where am I supposed to put that?
My initial thinking is that Google API requires me to perform an additional signup using some CLI tools or something along those lines to signup. If not, where am I supposed to sign up?
Thanks in advance.
Note: I already have all the information from the cloud platform such as client_id, client_secret, project_id.
In "Error: Daily Limit for Unauthenticated Use Exceeded", they key word is Unauthenticated. Your request to the Calendar API is missing an OAuth Access Token. You will need to research Google OAuth.
This question has been answered many times. Please learn how to search SO for similar questions whenever you post a new question. https://stackoverflow.com/search?q=google+oauth+%22daily+limit+for+unauthenticated%22
To anyone who comes across this post in the future. I fixed the issue by using the project generated by Google Calendar API site (https://developers.google.com/calendar/quickstart/nodejs) by clicked the big blue "Enable the google calendar api" and then changing the name of the quickstart project that was generated. I don't know why it works now but it does and it's been working quite stably so far. Lets see how to goes.

Error in Google finance API

I want to convert currencies using google finance api. But its not working in my local machine(India).
It works fine when I hit from one server located in USA and provides proper result.
Url : https://finance.google.com/finance/converter?a=1&from=ZAR&to=USD&meta=53336452-3e60-4fa1-9740-9ef8ea9e9118
Can anyone please help me to work this api properly in my local machine?
Any help will be appriciated
Thanks.
I was facing the similar issue (Google Converter API suddenly not
working)
As per my finding, I got the solution and conclude here that Google recently update the finance API.
The below link is work for me
Latest URL: https://finance.google.com/bctzjpnsun/converter
file_get_contents("https://finance.google.com/bctzjpnsun/converter?a=$amount&from=$from_Currency&to=$to_Currency");

Sorry, an error occurred while processing this request in Instagram API creation of new client

I am developing a magento site, I want to do instagram login in my website. I tried to create API in instagram but it displays Sorry, an error occurred while processing this request. I have searched in google but did not get a solution to resolve it.
Don't know how to resolve this?
Can anyone guide me for creating an api in instagram?
Thanks in advance
I am also having this issue today. After several hours of troubleshooting, I believe Instagram is having API issues.
I have tried setting up subscriptions using their /subscribe endpoint, which are currently working, and all are returning 'Unable to reach callback URL' as well.

Posts from Google+ community on the website

Im trying to figure out whether it's possible to show the posts of my google+ community on a website.
I read the Google+ Web API and HTTP API, but nothing seems to satisfy my request.
I know this is an absolute newbie question. But I appreciate any hint:
is it in general possible?
which API I have to use?
Thanks a lot!
The APIs do not provide support for getting any type of Google+ Community post even if they are public. In the past this worked, but it was never supported and has since stopped working.

Resources