Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

File Not Found in Bucket via API

Hello, I am having an issue with the Google API to download files from a bucket. For some reason, there are 3 specific files that receive the error 'Not Found' when a request is sent. I can confirm that all 3 files are in the folder I am requesting the files from but it still gives me the 'Not Found' error. I am able to download the other 23 files that are in there via API but these 3 specifically always return an error. Has anyone had a problem like this before?

Here is the request file path with a successful download:

jparrella_0-1683315659101.png

Here is the identical path, but different by 1 character, receive "Not Found"

jparrella_1-1683315766317.png

As you can see here, both of these files are in the same folder:

jparrella_2-1683315812019.png

I have already tried deleting/re-uploading the files but continued to receive the same error. Any thoughts?

 


 

0 1 901
1 REPLY 1

Will you say more about how you are making the call to the API?  For example, if it's a client library then language, version and maybe a snippet of the code where you set the file name and pass it to the get call?