이제 Google 클래스룸 부가기능이 일반적으로 개발자에게 제공됩니다. 자세한 내용은
부가기능 문서를 참고하세요.
사용 제한
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
할당량은 60초 이동 평균으로 확인되며, 사용량 급증을 허용합니다. 기본적으로 Classroom API에는 다음 표의 한도가 적용됩니다.
한도 |
할당량 표준 |
클라이언트당 일일 쿼리 수 |
4,000,000 (평균 46QPS) |
클라이언트별 분당 쿼리 수 |
3,000 (50 QPS) |
사용자별 분당 쿼리 수 |
1,200 (20 QPS) |
허용되는 QPS는 여러 운영 요인에 따라 증가하거나 감소할 수 있습니다.
프로젝트에 적용된 제한보다 많은 요청을 해야 하는 경우 다음 단계를 따르세요.
- 먼저 요청이 한도를 초과할 때 반환되는
RESOURCE_EXHAUSTED
오류와 같은 재시도 가능한 오류에 요청을 다시 시도하여 응답해야 합니다. 지수 백오프를 사용하는 것이 좋습니다.
- 이 기능이 제공되는 엔드포인트에서 변경사항을 폴링하는 경우 대신 푸시 알림을 사용하는 것이 좋습니다.
- 프로젝트에 할당된 한도보다 더 많은 요청을 해야 하는 경우 아래에서 한도 상향을 요청하는 방법을 확인하세요.
프로젝트의 사용량 한도를 확인 또는 변경하거나 할당량 증가를 요청하려면 다음 단계를 따르세요.
- 프로젝트의 결제 계정이 아직 없는 경우 계정을 만듭니다.
- API 콘솔에서 API 라이브러리의 사용 설정된 API 페이지를 방문하여 목록에서 API를 선택합니다.
- 할당량 관련 설정을 확인하고 변경하려면 할당량을 선택합니다. 사용량 통계를 확인하려면 사용량을 선택합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-01(UTC)
[null,null,["최종 업데이트: 2025-08-01(UTC)"],[],[],null,["# Usage Limits\n\nQuota is checked on a **60-second moving average** , which **allows for spikes in\nusage**. By default, the Classroom API is subject to the limits in the following\ntable:\n\n| Limit | Quota Standard |\n|-------------------------------|-------------------------|\n| Queries per day per client | 4,000,000 (Avg. 46 QPS) |\n| Queries per minute per client | 3,000 (50 QPS) |\n| Queries per minute per user | 1,200 (20 QPS) |\n\nThe permitted QPS may be increased or decreased depending on a number of\noperational factors.\n\nIf you need to make more requests than the limits applied to your project:\n\n1. First, ensure that you respond to retryable errors (such as the `RESOURCE_EXHAUSTED` error that is returned when a request exceeds your limits) by retrying the request, preferably using exponential backoff.\n2. If you are polling for changes on an endpoint where this is offered, consider using [push notifications](/workspace/classroom/guides/push-notifications) instead.\n3. If you still need to make more requests than the limits assigned to your project, see below for instructions on requesting higher limits.\n\nTo view or change usage limits for your project, or to request an increase to\nyour quota, do the following:\n\n1. If you don't already have a [billing account](//cloud.google.com/billing/docs/how-to/manage-billing-account) for your project, then create one.\n2. [Visit the Enabled APIs page of the\n API library](https://console.cloud.google.com/apis/enabled) in the API Console, and select an API from the list.\n3. To view and change quota-related settings, select **Quotas** . To view usage statistics, select **Usage**."]]