Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Is it possible to upload datasets through the api or other means to Qlik Cloud # (not the Qlik Data Transfer tool)
I can find datasets in items but no upload. And I find something about temp-contents, but thats not clear to me what this does.
Thanks in advance,
Roy
This works, but not really fast. But for now OK.
curl "https://your-tenant.eu.qlikcloud.com/api/v1/temp-contents?filename=Filename.csv&ttl=200" \
-X POST \
-H "Authorization: Bearer {{key}}" \
-H "Content-type: application/octet-stream" \
--data-binary "@D:/Data/Filename.csv"
curl "https://your-tenant.eu.qlikcloud.com/api/v1/qix-datafiles?name=Filename.csv&tempContentFileId=In-Return-Header-Prev-Request" \
-X POST \
-H "Authorization: Bearer {{key}}"
This works, but not really fast. But for now OK.
curl "https://your-tenant.eu.qlikcloud.com/api/v1/temp-contents?filename=Filename.csv&ttl=200" \
-X POST \
-H "Authorization: Bearer {{key}}" \
-H "Content-type: application/octet-stream" \
--data-binary "@D:/Data/Filename.csv"
curl "https://your-tenant.eu.qlikcloud.com/api/v1/qix-datafiles?name=Filename.csv&tempContentFileId=In-Return-Header-Prev-Request" \
-X POST \
-H "Authorization: Bearer {{key}}"
Thanks @roywinkelvicta for sharing your feedback.
We will look into the robustness of the product.
Thanks,
Padma Priya