I have an object whose one of its fields has the 'File' type. At builder, I can upload the file (.PDF), retrieve it and visualize it, but when I have to access this file outside, via API (assets.knackhq.com), I receive this message:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>B73CB7E81E222D45</RequestId>
<HostId>
HN5/i6vso3kJVu2UH0dDoFh6jV5iSD0nUgrQp+iOQW2b+/2eZNqkYwKL4lGR4eV/rxH6msHA1rM=
</HostId>
</Error>
This feature used to work nice, but I realized It stopped working last week.
What could be happening?