Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jp_golay
Partner - Creator II
Partner - Creator II

Folder Data Connection list, up / download

Hi all

I want to upload an excel sheet in a folder data connection with Sense SDK's

Also how to list the connection items

It there a way I have not found one

Strange no?

Thanks

ebiexperts CTO
With WIP, Control everything!
Qlik Sense, QlikView and NPrinting Source control, Versioning and Deployment, Agile Lifecycle Management
2 Replies
Michael_Tarallo
Employee
Employee

Hello Jean-Philippe,

Sorry for the delay.

I will move your request to the Qlik Sense - Integration, Extensions and APIs - section. Hopefully it will get some visibility. If you do not hear anything, please let us know. I will be notified via email and will attempt to get someone that can assist.

I do not believe uploading a file is part of the SDKs, the Folder data connection will work with files that are on local drives, UNC, network share and mapped drives. A WebFile connection will work with all file-types that we support with the Folder Connection but over HTTP. I would assume you would implement the code that enables a UI to select an .xls file and then upload it to an appropriate path that the Qlik Sense server would read.  Let's see what others may say, though.

In the mean-time, have you looked at the Developer Help Site - to see if what you are looking for is there:

http://help.qlik.com/sense/en-us/developer/

There is a GetCOnnectionsMethod that may do what you are asking:

http://help.qlik.com/sense/en-us/developer/#../Subsystems/EngineAPI/Content/Classes/AppClass/AppClas...

http://help.qlik.com/sense/en-us/developer/#../Subsystems/EngineAPI/Content/CreatingAppLoadingData/C...

Please mark the appropriate replies as CORRECT / HELPFUL so our team and other members know that your question(s) has been answered to your satisfaction.

Let us know how you do.

Regards,

Mike Tarallo

Qlik

Regards,
Mike Tarallo
Qlik
Michael_Tarallo
Employee
Employee

THIS IS JUST A THOUGHT - BUT MAY NOT BE recommended, depending on the size of the file - YOU TECHNICALLY - could UPLOAD a FILE to the content repository and then reference the file that way. I believe the content repository data is also URL addressable. You could use that URL for the xls file in your web file data connection. However, depending on the size of the files, this may not be an approach you are looking for. I am not sure if it actually stores the files as a BLOB, or if it places the file on disks in a temp location and then stores the  index and metadata about the file in the repository database.

There is a POST method that could technically do this.

http://help.qlik.com/sense/en-us/developer/#../Subsystems/RepositoryServiceAPI/Content/RepositorySer...

Just a thought.

Please mark the appropriate replies as CORRECT / HELPFUL so our team and other members know that your question(s) has been answered to your satisfaction.

Regards,

Mike Tarallo

Qlik

Regards,
Mike Tarallo
Qlik