Cloud storage connected domain with API server
Clash Royale CLAN TAG#URR8PPP
Cloud storage connected domain with API server
I have an app engine nodejs API that serves the API as well as the static files with express, that works great but I would like to split the deploys of API and client.
I created a bucket with the name of my domain name, pointed CNAME record and modified my API server to not serve static files nor index.html.
I uploaded my files to the bucket. And I get the error:
AccessDeniedAccess denied.Anonymous caller does not have storage.objects.get access to www.onedeeds.com/index.html.
I'm new to Devops and servers. Any help or direction appriciated
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.