Embedded Client Config

Hello,

I am trying to get the current config of an embedded client integration framework.js using this API:
/api/v2/integrations/{integrationId}/config/current

then accessing the url from the response directly from the browser
on our DR environment I have an old integration that when I request for the config the URL(1) is: https://prod-apne1-bridge-api.s3.ap-northeast-1.amazonaws.com/embeddable-framework/

while I have another embedded client integration new one the URL(2): https://public-assets-uploads-prod-apne1.s3.ap-northeast-1.amazonaws.com/uploads/v1/publicassets/integrations/embeddableFramework

now my problem is I cannot view the js config of URL(2) its throwing Access denied

while accessing the URL(1) is working fine

any suggestion on what I might be missing? I already tried to look for permission about public assets and enabled it on my account but still unable to get the config.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.