Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tip

Click on the links to expand panels and see answers.

...

Expand
title403 Forbidden (...) "Daily Limit Exceeded"
Code Block
com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden 
{ 
	"code" : 403, 
	"errors" : [ { "domain" : "usageLimits", "message" : "Daily Limit Exceeded", "reason" : "dailyLimitExceeded" } ], 
	"message" : "Daily Limit Exceeded" 
}

 

For security reasons, Google Directory API also has usage limits equal by 150000 requests per day. If it's too little for you can change directory.cache.synchronise.interval or ask Google for more in Google Developers Console Your project > APIs & auth > APIs > Admin SDK > QuotasApply for higher quota.

...

Expand
titleOther problems and questions?

Try checking the logs logs first. If that doesn't help, please contact us at http://www.craftware.biz/en > Contact. Don't forget to add the important snippets of the logs to your message.