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");
Related
I got the below popup when I tried to execute the google form api from google developer documentation.
I tried this same process with google docs api which work perfectly. I tried tp turn on less secure app access, but it seems google made it unavailable.
what is the other way out.
Thanks
This appears to be a bug with the try me on forms.
I have logged it on the issue form and im going to see if i can find someone at google to ping about it
Forms.get try me not working
I suspect however that this may have something to do with the app being in early access. That being said i would have expected a different error message if that was the issue.
It is most likely due to the permission for the client they are using. It is an internal error and not something you have done.
May i suggest creating your own app and testing it that way. Just remember this api is in early access so be sure that you fill out the form found on this page Google Forms API now available in open beta
Developers can apply to join our Early Adopter Program and begin developing using the Google Forms API by filling out this form.
Sorting videos from a channel over method search.list stopped working for about three days back.
I tried too in Api explorer from google on web:
https://developers.google.com/apis-explorer/?hl=en_US#p/youtube/v3/youtube.search.list?part=snippet&channelId=UCPvnjqveFmBfTWBVShPIcZg&maxResults=5&order=rating&_h=10
Can this be solved on my side?
Is there another way to get all the videos from the channel to be returned via api?
This is an issue of Youtube Data API.
Already reported this issue by someone on Google forum and below is reply from Google employee:
https://support.google.com/youtube/thread/2494861?msgid=2520468
YouTube is aware the search/sorting functions aren't working as
expected – this is temporary and part of our efforts to better
respond, review and remove graphic, violative content from YouTube.
Thanks for your patience while we work through this. Will update this
thread when these features are working normally again, feel free to
subscribe for updates.
Also, Bugs are reported for this on issue tracker:
https://issuetracker.google.com/issues/128673031
https://issuetracker.google.com/issues/128673552
Both issue have comment from Google employee as below:
Thank you all for bringing this up here. These specific filters have been currently disabled on both YouTube.com and through the APIs.
We should have updates on this soon. Thanks again.
Update on 27/3:
Now it's working normally again, as per threads.
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
My employer has a project approved for Google MyBusiness Api. GMB Api is used to manage locations on Google and its reviews.
The problem I'm facing is that I can get the reviews in localhost, but when I try it in my main hosting server, no reviews are returned. The rest of the Apis like getting accounts and locations work fine, only getting the reviews does not work.
Is there something that I'm missing ?
It was just a temporary issue. Everything is good now.
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.