Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

"Anonymous caller does not have storage.objects.get access"

A topic by zz-zoinks created Feb 10, 2020 Views: 1,608 Replies: 4
Viewing posts 1 to 4

I'm trying to upload an html "game" which has an embedded link to another html file. how can I make it so it will properly work? Yes both files are uploaded and I first had the second file invisible but now it is not i guess. I'm novice at html and have basically been using html and css for 4 years but very terribly (editting tumblr themes).

Hi! We need to see what is written in the html file. And after uploading to Itch, there should be an index file.html, etc.

(+1)

weirdly, even though I thought I didn't fix it since it was still a problem when opening it elsewhere, the problem is now fixed.

Hi, I also have this problem when I request a file using AJAX.

My game has files in JSON that contain tilemap data.
When I request a file, I receive this error:

<?xml version='1.0' encoding='UTF-8'?><Error><Code>AccessDenied</Code><Message>Access denied.</Message><Details>Anonymous caller does not have storage.objects.getaccess to itchio/html/2021891/escenaPerdedorEscenario.dat.</Details></Error> 1


I did not understand the previous conversation, what should I do?

Ok, this problem happens because when exporting for HTML5 the file names are converted to lowercase.

The problem in my case is that I was using the name of the original file and was not converting it to lower case for the AJAX request.

This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.