Question
403 Forbidden Access Denied when trying to access my space
I created a new space, enabled CDN, created a subdomain and an SSL for it.
I also made sure that all my files are set to Public.
But when I try to access the files in my space in my code I get this error:
Aws\S3\Exception\S3Exception
Error executing “ListObjects” on “{URL}”;
AWS HTTP error: Client error: GET {URL}
resulted in a 403 Forbidden
response:
<?xml version=“1.0” encoding=“UTF-8”?>
<Error>
<Code>AccessDenied</Code>
<BucketName>{space name}</BucketName>
<RequestId> (truncated…) AccessDenied (client): -
<?xml version=“1.0” encoding=“UTF-8”?>
<Error>
<Code>AccessDenied</Code>
<BucketName>{space name}</BucketName><RequestId>tx00000000000002d263f75-005ea1b9f0-1fd80b0-fra1a</RequestId>
<HostId>1fd80b0-fra1a-fra1</HostId>
</Error>
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×