Stay organized with collections
Save and categorize content based on your preferences.
This page describes some common error codes that you might encounter while using
the Directory API.
503 Service unavailable
While using the nextPageToken method to retrieve a large list of users or
devices, you might encounter this error if the request takes longer than 60
minutes. This error is due to a limitation of the Directory API.
To avoid this error, you can reduce the number of devices or users by querying
with filters so that the individual operations don't take over an hour to
complete. This approach requires multiple queries. For more information, see
Search for devices.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-19 UTC."],[[["This page provides information about common Directory API error codes."],["The `503 Service unavailable` error can occur when retrieving large lists of users or devices if the request exceeds 60 minutes."],["To prevent this error, use filters to reduce the number of users or devices in each query, potentially requiring multiple queries."]]],[]]