Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Tiled Plugin for RPG Maker MZ

Allows you to use maps made in Tiled for RPG Maker MZ · By VisuStella, VisuStellaMZ, Archeia

Issue launching a Web game

A topic by CrypticSky created 50 days ago Views: 62 Replies: 3
Viewing posts 1 to 2

Hello! I've tried building a Tiled game for Web on itch, but I get the following error on this request in the browser:

https://html-classic.itch.zone/html/(...)/maps/Map11.json

<Error>
<Code>AccessDenied</Code>
<Message>Access denied.</Message>
<Details>
Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get' denied on resource (or it may not exist).
</Details>
</Error>

Any clue how to fix it? Thank you
(+1)

I figured it out! It was looking for Map11 instead of map11 (the name of my map). Easy fix if that happens to you :3

Developer

Ahh thank you it's interesting how Mobile is case sensitive

I’ve noticed the same issue when using Visual Parallax, if you have the case of the file wrong. The Web build is case sensitive but PC isn’t!