676 questions
0
votes
1
answer
50
views
How to increase quota for Generative Language API quota
How to increase quota for Generative Language API, Predict long running requests per project per day in paid tier 1 project, model : veo-3.0-fast-generate? My current quota is 10 per paid project ...
Best practices
0
votes
2
replies
98
views
Memory accounting and quotas for subtasks in golang programs
If I have a server written in golang that processes requests containing user queries, is there any viable method to track and limit the memory used by any given user request?
The server process does ...
0
votes
1
answer
91
views
GoogleApp script getting failed: Service invoked too many times for one day
I added a custom script on Google script dashboard which filters my emails and archive based on sender. Here is the script (changed the original sender with xyz, abc for brevity):
function ...
3
votes
1
answer
97
views
Google Cloud Logging API "Control Requests" Quota Exceeded in Calling Project for Cross-Project Operations
Problem:
Our backend service (in Project A) interacts with resources in Project B (e.g., fetching Logging buckets). While resource-specific quotas (e.g., log ingestion) are correctly consumed by ...
1
vote
0
answers
57
views
how can I use Quotactl system call of linux to set project quota in ext4 filesystem
I have checked the man7.org to find the answer, and I found that the Q_SETQUOTA subop of quotactl seems to support only user and group quota?
Q_SETQUOTA
Set quota information for user or ...
1
vote
0
answers
39
views
Long Delays and Lack of Communication for YouTube Data API Quota Increase Request
We submitted a formal request for a YouTube Data API quota increase via the designated Google form several months ago. While we understand there can be processing times, we've now been waiting for a ...
-1
votes
1
answer
100
views
Google AppEngine Error "The API call search.IndexDocument() required more quota than is available"
A few hours ago, indexing documents on AppEngine search started failing. Been working for years.
The following error occurs when saving a single document:
Caused by: com.google.appengine.api.search....
0
votes
0
answers
140
views
Set Windows disk quota for new users in powershell
I am trying to write a Powershell script to set disk quotas for newly created users on Windows 11.
fsutil does only allow setting the quota for specific users which doesn't help me here, I want to set ...
0
votes
0
answers
101
views
Quota Limits Not Respected When Using x-api-key Header in API Gateway
I have configured my openapi.yaml to restrict access to one of the API endpoints with the following quota settings:
x-google-management:
metrics:
- name: "read-requests"
...
-3
votes
1
answer
146
views
Which quota does "Service invoked too many times in one day: route" error pertain to? Is it defined as a "google map direction query"?
When running the a Google Apps Script snippet I've copied from the source below I'm getting the following error message:
Error
Exception: Service invoked too many times for one day: route. (line 11).
...
0
votes
0
answers
199
views
DBT BigQuery error: Quota exceeded: Your table exceeded quota for imports or query appends per table
We've got an instance of DBT running on BigQuery, and as the number of models have increased over time (more projects, more stakeholders, more data to cover), increasingly from time to time we've been ...
0
votes
0
answers
99
views
Design guardrails to avoid noisy neighbors in a shared multitenant Postgresql DB
We own a shared PostgreSQL DB instance which is currently used by multiple services - each service has their own schema and tables residing under the respective schemas.
The obvious problem with this ...
1
vote
0
answers
71
views
Issue with Pagination in Youtube Shorts Using YouTube API v3
I'm trying to retrieve video details from YouTube Shorts using YouTube API v3. My goal is to create a dataframe where each row corresponds to a Shorts video uploaded by a specific channel, with ...
1
vote
1
answer
54
views
how to implement service quota
Suppose I have DynamoDB table orders which stores the orders created by each customer. The table has a column OrderId (Primary Key), and a column CustomerId. Customers can create create/delete orders....
0
votes
1
answer
84
views
Inquiry Regarding View Limits on Google Docs and Google Apps Script
I am writing to inquire about certain view and usage limitations related to Google Docs and Google Apps Script, specifically regarding access restrictions or quotas.
In several instances, I ...