Skip to content

The request signature we calculated does not match the signature you provided. Check your Google secret key and signing method. #2814

@ravirajdarisi

Description

@ravirajdarisi

When I access the signed url from browser it gives a message stating "SignatureDoesNotMatch"

I checked below link but no luck.

#1976

Below is my function code

`
}).then(() => {

             const thumbFile = bucket.file(thumbFilePath)
             const config = {
               action : 'write',
               expires : '03-09-2400'
               

             }
             return Promise.all([
               thumbFile.getSignedUrl(config),
               file.getSignedUrl(config)

             ])

`

Error Message:

[<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 13575340800 /mango-b715d.appspot.com/asART_Nikola-Tesla_Wallpaper_V03.png </StringToSign> </Error>](url)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions