So I'm stuck with qlik sense STORE function as the following code runs without error (!), but doesn't create any files in any possible extensions to SharePoint 365 (and desktop approach doesn't work here, as I cannot create any connection to my desktop). I tried both referencing to the filename itself with web connector or to the folder - none of it works. Any insight is appreciated.
//SP connect
// 1 .file load [table1]: LOAD * FROM [lib://Q_MOM_A01 (SERVERNAME)] (ooxml, embedded labels, table is mom);
//2. Create a qvd file . I used the `tabi.qvd` to store the qvd.
STORE [table1] into [lib://Q_MOM_Folder4QVD (SERVERNAME)/QVDs/tabi.qvd] (qvd);