in Education by
My Cloud Storage signed download URLs fail after three days. I think I've fixed the problem, so this question might be a solution to others. Ask me in three days whether this solution worked! Here's the complete error message: This XML file does not appear to have any style information associated with it. The document tree is shown below. SignatureDoesNotMatch The request signature we calculated does not match the signature you provided. Check your Google secret key and signing method. GET 1742169600 /languagetwo-cd94d.appspot.com/Audio%2FSpanish%2FLatin_America-Sofia-Female-IBM%2Fagua.mp3 I googled the error message and saw some discussions that the problem is with Content-Type. I don't specify Content-Type in my code when I upload the files to Storage. When I set contentType in the code when uploading the download URLs fail immediately, with the same error message. That suggests that I'm on the right track. file.getSignedUrl({ action: 'read', expires: '03-17-2025', contentType: 'audio/mp3' }) The expiration date in the download URLs is March 17, 2025, so that's not the problem. Google's documentation on Signed URLs says that the syntax is Content_Type. The IETF documentation on content-type says that the syntax is Content-Type. I tried file.getSignedUrl({ action: 'read', expires: '03-17-2025', content_type: 'audio/mp3' }) and my files download and play. I don't want to wait three days to see if they continue to work, so please let me know if there's something else I need to fix! Just for grins I tried file.getSignedUrl({ action: 'read', expires: '03-17-2025', content-type: 'audio/mp3' }) and firebase deploy wouldn't accept the code. The hyphen isn't allowed in keys. Google's documentation on Signed URLs says As needed. If you provide a content-type, the client (browser) must provide this HTTP header set to the same value. As needed isn't the same as Optional. My .mp3 files and my .webm download URLs are failing, so it doesn't matter what the content of the files are. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Three days later, my download URLs are still working. It looks like file.getSignedUrl({ action: 'read', expires: '03-17-2025', content_type: 'audio/mp3' }) is the answer.

Related questions

0 votes
    We're running multiple streaming Dataflow pipelines that always eventually hang and need to be restarted after about ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 13, 2022 in Education by JackTerrance
0 votes
    The probability that a bulb produced by a factory will fuse after 150 days of use is 0.05. Find the probability ... 150 days of use Select the correct answer from above options...
asked Nov 25, 2021 in Education by JackTerrance
0 votes
    If the retention policy is set to two days, then for the two days after a record is published, it is available for ... will be discarded to free up space. (1)True (2)False...
asked Jun 17, 2021 in Technology by JackTerrance
0 votes
    Today is Monday. After 61 days, it will be : A) Tuesday B) Monday C) Sunday D) Saturday...
asked Feb 14, 2021 in Education by JackTerrance
0 votes
    What is two days after the day after the day before yesterday?...
asked Feb 13, 2021 in Education by JackTerrance
0 votes
    Trojan-Downloader is a special type of trojans which can download & install new versions of malicious programs ... -Cyber Security:,Cyber Security-Jobs:,Cyber Security Applications...
asked Nov 1, 2021 in Education by JackTerrance
0 votes
    What is a cloud-hosted service of Docker providing registry capabilities for public and private content? 1. Docker Images 2. Docker Alpine 3. Docker Hub 4. Docker Compose...
asked Jun 21, 2021 in Technology by JackTerrance
0 votes
    A ______ file system is software that enables multiple computers to share file storage while maintaining ... Storage Structure in portion Transactions of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    When I attempt to load data into BigQuery from Google Cloud Storage it asks for the Google Cloud Storage URI ... Developers Console? Select the correct answer from above options...
asked Feb 2, 2022 in Education by JackTerrance
0 votes
    hlo gyes please help me in this question. (1) A cloud storage service is ___________ Select the correct answer from above options...
asked Dec 20, 2021 in Education by JackTerrance
0 votes
    hlo gyes please help me in this question. (1) A cloud storage service is ___________ Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    Cloud Storage stores the data in ___________. (1)Objects (2)Tables (3)Buckets (4)Entities...
asked Sep 1, 2021 in Technology by JackTerrance
0 votes
    I used to work with Hudson on my project, and lately I had to move it to a new server. I configured it the exact ... /ear and here is the "pom.xml" from "MyProject" folder:...
asked Feb 17, 2022 in Education by JackTerrance
0 votes
    If the probabilities for A to fail in an examination is 0.2 and that for B is 0.3, then the probability that either A ... C. ≤ .5 D. 0 Select the correct answer from above options...
asked Nov 20, 2021 in Education by JackTerrance
...