Hello everyone,
I have a problem with uploading my c3p files to the cloud.
I get the following error all the time when doing F12.
Access to XMLHttpRequest at 'https://www.googleapis.com/drive/v3/files/1jSRUHD5ug6rPHwvMeJYkjn9rsXi9v3mY?alt=media' from origin 'https://editor.construct.net' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
{
"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."
}
}
For information :
- files open fine locally
- I tested a backup from before the bug, it does not open in the cloud either
Have you a solution for this ?