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:
Here is the identical path, but different by 1 character, receive "Not Found"
As you can see here, both of these files are in the same folder:
I have already tried deleting/re-uploading the files but continued to receive the same error. Any thoughts?
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?