laravel-google-cloud-storage icon indicating copy to clipboard operation
laravel-google-cloud-storage copied to clipboard

temporaryUrl not work

Open ceresaconsultoria opened this issue 2 years ago • 0 comments

when generating temporaryUrl checked one \ in URL and URL generated return this message

Url generated: https://storage.googleapis.com/xxxxxx/xxxxxxx%5Cchecklist/documents/yuNr6jAxxE.png?GoogleAccessId=xxxxx%40xxx-xxxxx.iam.gserviceaccount.com&Expires=1653392582&Signature=xxxxxxxx

I defined xxxxx in sensible content and not modified structure

<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Details>No such object: XXXX/XXXX\XXXX/XXXXXX/yuNr6jAxxE.png</Details>
</Error>

ceresaconsultoria avatar May 24 '22 11:05 ceresaconsultoria