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: 
MatheusC
Specialist
Specialist

Load url qlik saas

Hey

I would like to read a googleapis url

I used to load via Enterprise normally, but when migrating to Saas, it doesn't allow me to do it the same way.

In a simple way it was done as follows
Table:
Load
         Field1,
         Field2
FROM [https://path_api_maps]
(//) ;


Thanks!

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!
Labels (1)
  • Cloud

1 Solution

Accepted Solutions
Daniele_Purrone
Support
Support

Hi @MatheusC 

legacy-mode load is not supported in Qlik Cloud.
You might want to use the Rest Connector to connect to APIs, or any of the native Google connectors

Daniele_Purrone_0-1696924742685.png

 

Daniele - Principal Technical Support Engineer & SaaS Support Coordinator at Qlik
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

4 Replies
Daniele_Purrone
Support
Support

Hi @MatheusC 

legacy-mode load is not supported in Qlik Cloud.
You might want to use the Rest Connector to connect to APIs, or any of the native Google connectors

Daniele_Purrone_0-1696924742685.png

 

Daniele - Principal Technical Support Engineer & SaaS Support Coordinator at Qlik
If a post helps to resolve your issue, please accept it as a Solution.
MatheusC
Specialist
Specialist
Author

Hi, @Daniele_Purrone 
Thanks for the clarification, I'll check how we do it via REST connection.
If you have any documentation it will be of great help.
The api I'm looking for the connection to is Distancematrix

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!
Daniele_Purrone
Support
Support

Hi @MatheusC ,

I'm really not an expert on the subject, so I might be wrong, but I tried to create a REST connection using a generic Google Workplace API from my own account, and I'm at least able to see the tables... then my API is not authorised to use Distance Matrix, but that's another story.

Daniele_Purrone_0-1696947097705.png

I hope this puts you in the right direction!

Daniele - Principal Technical Support Engineer & SaaS Support Coordinator at Qlik
If a post helps to resolve your issue, please accept it as a Solution.
MatheusC
Specialist
Specialist
Author

@Daniele_Purrone 
ok, thanks again, I now understand better

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!