Ask Your Question
0

Why do .glb files encounter a 404 error in Azure blob storage, while .png files do not?

asked 2021-09-22 11:00:00 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-01-05 06:00:00 +0000

woof gravatar image

There could be multiple reasons why .glb files encounter a 404 error in Azure blob storage while .png files do not:

  1. MIME type: A 404 error could occur if the MIME type of the file is not set correctly. Azure blob storage requires that the MIME type be set correctly for the files to be accessed. It is possible that the MIME type of the .glb file is not set properly, which is causing the error.

  2. File size: The maximum size for a file in Azure blob storage is 4.75 TB. If the .glb file exceeds this size, it could cause a 404 error.

  3. File name: The file name of the .glb file could be incorrect, or it could contain special characters that are not allowed in Azure blob storage.

  4. Access control: The access control settings for the .glb file could be set to deny access to certain users or roles, which could result in a 404 error.

It is also possible that the .png file is stored in a different location in Azure blob storage or has different access control settings, which is why it is not encountering a 404 error.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-09-22 11:00:00 +0000

Seen: 7 times

Last updated: Jan 05 '22