riddlesio / issues

Bug reports and starter bot submissions for the Riddles.io platform
0 stars 0 forks source link

Unable to download Java starterbot #18

Closed jmerle closed 7 years ago

jmerle commented 7 years ago

The Java starterbot on the Getting Started page of the Light Riders contest links to a page which just shows the following error:

https://storage.googleapis.com/riddles-production/lightriders-starterbot-java.zip

<?xml version="1.0" encoding="UTF-8"?>
<Error>
    <Code>AccessDenied</Code>
    <Message>Access denied.</Message>
    <Details>Anonymous users does not have storage.objects.get access to object riddles-production/lightriders-starterbot-java.zip.</Details>
</Error>

I can download the C and C# starterbots just fine, though.

JimVanEeden commented 7 years ago

Wups, I forgot to make the file publicly accessible when I updated the bot. Thanks for your report. Fixed now.