HI Team ,
i am having below code snippet where i am trying to connect with google stotrage api:
<URL>https://storage.googleapis.com</URL>
<Authentication>
<GoogleAccessToken>
<Scopes>
<Scope>
https://www.googleapis.com/auth/devstorage.read_write
</Scope>
</Scopes>
</GoogleAccessToken>
</Authentication>
https://storage.googleapis.com
https://www.googleapis.com/auth/devstorage.read_write
and i am using one service account to deploy the api which sa is having token generator permission added but i am getting below error :
need help

