I have a very simple SWF which does 2 things - logs in using a developer token and then attempts to load a small JSON file from the same (top) folder. I am using the getURL() method of the GameFS class. My problem is that all I get returned is a 403 Forbidden with the following XML as the response:
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>D3AB25DC2C7609B2</RequestId><HostId>6kY1VVQm0EBW50c/49t46M9ok7a6e5do/7TPN0k3O/zNYPnY3nzxS42RZvWvWGDNtZmA7nSj27s=</HostId></Error>
Any ideas?
-Steve Mann