Google calendar api “Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.”
问题 I am creating a booking system with server to server auth with google calendar API. Sometimes when I create events with the API I get this : { error: { errors: [ { domain: "usageLimits", reason: "dailyLimitExceededUnreg", message: "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.", extendedHelp: "https://code.google.com/apis/console" } ], code: 403, message: "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup." } } But otherwise the API