Skip to main content
Solved

Cannot download images from URLs obtained in API

  • January 14, 2022
  • 2 replies
  • 20 views

Forum|alt.badge.img+6

I am able to use the API to obtain URLS for images. I can access those URLs from my browser when logged in.

However, my API is unable to access the images when using a GET (I am sending the authorization token header):

<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>XXXXXXXX</RequestId><HostId>YYYYYYYYYY=</HostId></Error>


HTTP/1.1 403 Forbidden
Content-Type: application/xml
Transfer-Encoding: chunked
Connection: keep-alive
Date: Fri, 14 Jan 2022 02:36:39 GMT
Server: AmazonS3
Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'; img-src https://*/favicon.ico; sandbox
Access-Control-Allow-Origin: *
X-Robots-Tag: none
X-Xss-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Referrer-Policy: no-referrer
X-Cache: Error from cloudfront
Via: 1.1 61e47cd082bb04a8fb8ae61dd54f6b32.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: SFO5-P1
X-Amz-Cf-Id: shVI6m4RmjkRC_v-5aKPJihKBNSCl9tLzzIsEtiO_qw4BRy89NgJoQ==

Best answer by Bill_French

Share an example image URL.

2 replies

Forum|alt.badge.img+19
  • Inspiring
  • 3263 replies
  • Answer
  • January 14, 2022

Share an example image URL.


Forum|alt.badge.img+6
  • Author
  • Known Participant
  • 12 replies
  • January 14, 2022

I went to grab the URL, and realize I made a code mistake. Thank you for trying to help!