Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
Filter by Employee ID
1 vote
1 answer
119 views

I've created a Google Sheet where I enter a book ISBN in cell A2 and want the book title returned in cell B2 upon the click of a button that I've associated with function getBookData(). However, my ...
Michelle G's user avatar
1 vote
0 answers
71 views

I'm working with the Nextcloud Provisioning API and am trying to identify where the backend implementation for changing a user's password is located within the Nextcloud server codebase. Specifically, ...
Tester's user avatar
2 votes
0 answers
516 views

I am trying to post a feed to Amazon SP-API using the JSON_LISTINGS_FEED type. However, every time I make a request, I receive the following error: Too Many Requests (429) Response: { "errors&...
user3797126's user avatar
1 vote
1 answer
110 views

All commands of gspread send requests? Here error 429 doesnt raise gc = gs.service_account(filename="service_files/creds.json") wks = gc.open_by_key("url have 35 list") article = []...
Teramisu's user avatar
1 vote
0 answers
48 views

My website uses GeoLocation, and other APIs to server my users with better experience. In the access logs and bespoke debugging code, I see quite a lot HEAD requests that are made to the website. Upon ...
Sadaqat Ali's user avatar
5 votes
1 answer
1k views

Using an ASP.NET API, I upload photos to my Google Drive, make the photos public, and retrieve their IDs. I then use the following string to display the photo: $"https://drive.google.com/...
Dmytro Kotenko's user avatar
1 vote
1 answer
96 views

We Use Github OAuth Apps to use Github APIs. We have enabled TOTP to handle authentication. Suddenly today we were being throttled while trying to do authorization with TOTP. Message was We were ...
FEE's user avatar
1 vote
0 answers
91 views

I have an Outlook macro that opens a todo list in Word to add tasks when a certain category ("todo") is checked. Lately it has been throwing Err.Number 429 'OPEN THE TODO FILE For Each ...
LBJ's user avatar
0 votes
0 answers
666 views

I'm unsure of why on earth my Google Gemini requests are returning status 429 resource exhausted. It definitely isn't because my resource is exhausted! This exact code worked a couple weeks ago...ugh. ...
ericOnline's user avatar
1 vote
1 answer
523 views

HttpStatusCode in .net framwork 4.7.2 does have the 429 error code. what else can we use instead of this to catch the 429 error specifically because i want to perform some operation only when there is ...
Sumanth Devadiga's user avatar
0 votes
0 answers
51 views

I wish to use the YouTube API to retrieve video ids and their related categories, for statistical analysis. I have an Account, an API key and a standard quota of 10,000 units per day. My Python script ...
R. Miranda's user avatar
1 vote
0 answers
74 views

I would like my users to add website links and retreive metadata from it. For exemple, title, description, og:image, etc... I used WebClient or HttpClient to first retrive the HTML content. Then I ...
Guillaume D's user avatar
-1 votes
2 answers
847 views

I'm developing a chat application using Laravel and React. I want to create notifications for incoming messages. Notifications are coming but I'm getting too many request errors. const ...
Ümit Sarsıcı's user avatar
2 votes
3 answers
14k views

I am using Claude 3 Haiku on Vertex AI and occasionally encounter the following error message: { "code": 429, "message": "Quota exceeded for aiplatform.googleapis.com/...
Harrison Jung's user avatar
0 votes
1 answer
440 views

I have two workflows under one logic app (Standard). Is there anyway to stop these two workflows form running concurrently. One workflow is scheduled to run at 15 minutes intervals. And the other is ...
Banuka Sonel's user avatar

15 30 50 per page
1
2 3 4 5
13