xwikisas / application-googleapps

Google Apps Integration
0 stars 4 forks source link

Opening links from TestDocumentList display an error #48

Closed oanat closed 3 years ago

oanat commented 3 years ago

Steps to reproduce:

Result:

{
 "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."
 }
}
polx commented 3 years ago

I was able to reproduce this and can say that this is a change on Google's side.

polx commented 3 years ago

Solved and released in 2.4.6. Please re-open if still encountering.