Getting 403 from Google Sheets API using apikey [closed] - google-sheets

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 4 years ago.
Improve this question
I've been using Google Sheets as a simple data backend for some apps of mine. Basically these are 20 rows by 20 columns that a client wanted to be able to easily change. I've been getting the data via a call like this:
https://sheets.googleapis.com/v4/spreadsheets/myspreadsheetid/values:batchGet?ranges=dynamicdatafromapi&majorDimension=ROWS&key=myapikeyfromgoogle
All of a sudden, these calls aren't working right. I'm getting
{
"error": {
"code": 403,
"message": "The caller does not have permission",
"status": "PERMISSION_DENIED"
}
}
Even within google's API explorer I'm seeing warnings about oauth only.
Any idea what might be up? I can't get this to work.
I read these answers before asking:
Google Sheets API V4 403 Error
Google Sheet API v4
Google Speech API returns 403 PERMISSION_DENIED

This seems to be an error on google's side. Lot of people are facing this issue today. hopefully google will clear it soon. Our site is down because of this :(
See related question: Cannot access public sheet with Sheets API

Related

New My Business Account Management API quotas and access [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I currently us the Google My Business API with no problems (july 2021).
But Google is migrated this API to several new API. The first one is My Business Account Management API.
In the cloud console, I have activated this API in the project. It's activated, but the request quotas is 0. So, it's unusable.
I found this question which seems to be the same problem, but it didn't work for the moment: Google My Business API return 429 code all time
I filled the form, but no reply.
2 questions:
do I need to do something else to have the access granted to the new API or just activate it in the console project is enough ?
Is the form the right way to ask to increase quotas ?
Thanks a lot for your reply.

Mashape in ios app [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
i've found an api that i would like to use in my IOS app. The thing is that i'm not sure to use it exactly. i've searched around the web and have not found anything useful. The api is a login api.
https://www.mashape.com/alikonda/league-of-legends-tribunal#!endpoint-User-Login
in my app i have 2 UITextfields (username and password) after this it should use the API to check if the password and username combination exists trough the API. How can i obtain this?
The API you're talking about is a REST API.
If you know how to interact with RESTful APIs, then you can use NSURLConnection to send requests.
If you feel adventurous, you can also use a 3rd party library, like AFNetworking.

YAHOO Finance API Service is not working for India Stocks [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
YAHOO Finance api is not working from two days for India stocks. for e.g: http://download.finance.yahoo.com/d?s=ABB.BO+SBI.BO&f=nl1c2vgh&random=10
Is there any way to get live stock updates from Yahoo by Premium or Free?
You can use Yahoo Finance Web service instead, here is an example url to fetch json document, if you do not provide format option in the URL, it will return an XML.
http://finance.yahoo.com/webservice/v1/symbols/ITC.NS,ITC.BO/quote?format=json
I have tried to use diferrent properties available with the yahoo finance csv api, but I am unable to use them with this api.
Note:
This API doesn't seem to be working anymore
P.S. Please do not downvote this answer, since it was working fine when the question was asked.
To fill the gap, I created this FinanceAPI - script against Yahoo! Finance India. Feel free to try it out.
Refer to this link. They no longer wish to make the service available.

Twitter API no longer returning results [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
Has something with the twitter API changed? This link was returning results earlier today but for whatever reason it seems to have stopped?
https://search.twitter.com/search.json?q=vine&callback=?
Also, clicking on the links in the examples no longer work?
https://dev.twitter.com/docs/using-search
https://search.twitter.com/search.json?q=%40twitterapi
If you're coding in ASP.NET, I recommend the Twitterizer library. It's written and maintained by a fellow who helped me get my own Twitter .NET library off the ground when I was doing that sort of thing.
Yes. You've found out how the version 1 api has been deprecated / is in the process of being removed.
From now on, all your requests to the twitter API will be required to have authentication (OAuth), and for some this was a nightmare to figure out.
Fortunately, I wrote a lengthy post (with pictures) explaining how to set yourself up a twitter dev account / application, get a set of keys, and then I created a library to perform authenticated requests for you.
The only downside is that this library is written in php, and from looking at your profile you use ASP.net - so try googling for a library for your specific language if you don't want to use PHP.
In any case, no more unauthenticated requests for you ;) You need to dig in with OAuth now!

How to get the photos from Picasa for my iphone app and how to integrate? [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 4 years ago.
Improve this question
How to integrate picasa on a project to get the photos to my iphone app?
These link may help you
How to use GData in iphone?
there are some GData objects are available (Google data APIs)
Each of the following Google services provides a Google Data API supported by this library:
--Google Analytics (superseded by a JSON API)
--Blogger
--Book Search (superseded by a JSON API)
--Calendar (superseded by a JSON API)
--Code Search (deprecated)
--Contacts
--Documents List
--Finance
--Health (deprecated)
--Maps (deprecated)
--Picasa Web Albums
--Spreadsheets
--Webmaster Tools
--YouTube

Resources