Hi I’m following Deep Dive: Creating Your First Data Connection lecture. For step “Configure Code for Accessing Data”, I copy and pasted the code provided.
I get a below error
transforms.external.systems._redact_credentials_in_output.HTTPError: 403 Client Error: Forbidden for url: https://[REDACTED]/secretPlants
I also got error
The explorer command failed to run:
java.lang.Throwable:RemoteException: CUSTOM_CLIENT (ExplorerCommand:ExplorerCommandFailed) with instance ID cb19edac-312a-414a-8ad3-3cb33c847034: {stacktrace=com.palantir.magritte.plugin.s3.errors.AwsForbiddenEnhancement.enhanceException(AwsForbiddenEnhancement.java:30)
com.palantir.magritte.plugin.s3.errors.AwsExceptionEnhancer.lambda$enhanceException$0(AwsExceptionEnhancer.java:46)
when I was doing s3 connection part as well. Is this something that I need help from palantir customer support to request some permission?