Hi guys,
I'm having this error when trying to use TestLab in the Spark plan with an Android Robo test:
"The file could not be uploaded to Google Cloud Storage (GCS). This issue might be caused by incorrect GCS permissions."
I have three projects and the same problem occurs for all of them.
I'm using Firebase with storage in my app to upload and download files without any permission problems, except by this message that appeared some weeks from now in the "Rules" tab of all tree projects:
Error loading rules: Firebase Rules API has not been used in project google.com:mobilesdk-oneplatform before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/firebaserules.googleapis.com/overview?project=google.com:mobilesdk-oneplatform then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
Trying to access this URL causes this exception in the Developer Console:
The API "firebaserules.googleapis.com" does not exist or you do not have permission to access it
Thanks in advice!
Pablo Alves