You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running gcloud functions deploy launchLighthouse the sourceUploadUrl is giving an error This XML file does not appear to have any style information associated with it. The document tree is shown below. <Error> <Code>SignatureDoesNotMatch</Code> <Message>The request signature we calculated does not match the signature you provided. Check your Google secret key and signing method.</Message> <StringToSign>GET 1596767833 /gcf-upload-us-central1-94ab4cc2-e37f-4a84-8542-bbcf032722fd/fa89a320-405c-45c5-959c-32ca322bbd0e.zip</StringToSign> </Error>
I checked the permission of the default service account and it has admin permissions to the storage bucket.
Is there something else I should be checking?
The text was updated successfully, but these errors were encountered:
When running
gcloud functions deploy launchLighthouse
the sourceUploadUrl is giving an errorThis XML file does not appear to have any style information associated with it. The document tree is shown below. <Error> <Code>SignatureDoesNotMatch</Code> <Message>The request signature we calculated does not match the signature you provided. Check your Google secret key and signing method.</Message> <StringToSign>GET 1596767833 /gcf-upload-us-central1-94ab4cc2-e37f-4a84-8542-bbcf032722fd/fa89a320-405c-45c5-959c-32ca322bbd0e.zip</StringToSign> </Error>
I checked the permission of the default service account and it has admin permissions to the storage bucket.
Is there something else I should be checking?
The text was updated successfully, but these errors were encountered: