Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
g23
Contributor III
Contributor III

S3 connection using Web connectors

Hello all,

I'm trying to set an S3 connection in Qliksense using Web connectors.

When I try to connect to S3 I have the following error message: "No table found in the HTML file"

Does anyone have any idea why this happens? And what can I do to fix it?

Thx

 

1 Reply
hugo_andrade
Partner - Creator II
Partner - Creator II

Hi!

What do you see when you enter the URL in a browser? If you see a table, then great! Make sure the Qlik Sense server has permissions to get the file in question, either by setting a Policy, Role or object permissions.

In the WebConnector URL, make sure to include the file name, not just the bucket URL.

So, a URL like this should work: https://s3.amazonaws.com/mys3bucket/table.xlsx , but this should not https://s3.amazonaws.com/mys3bucket/.

In short: server needs permission to the object and the URL needs to include a table file in it.

Thanks