Qlik Cloud File list tool The intention of this is just document how partners and customers can list all data files are stored in a Qlik Cloud Tenant.
How to use You will need Python (I´ve tested using 3.10.5)
- Check this to learn and get a key to your tenant
- Set one environment variable with name KEY and with the content from your step 1
- Change line 4 of the python script setting your tenant address hostname (drop the https:// part)
- Run the script :)
This will dump all data files in your tenant and give some basic information about them.
More details about the API here
This is NOT for production purposes, only for learning how to connect to Qlik SaaS API´s using pure Python requests
This is not a supported tool by Qlik, Inc
This script is published under MIT License Model which allows users to easily modify and share with your fellow Developers. For anyone interested in license please take a look at MIT License wiki
Qlik Partner Engineering will adopt. Contributor Covenant Code of Conduct. Please act accordingly.