Get file path from SharePoint Online Connector

I want to read the gzip files in my sharepoint.
But using file reader, it’s not possible to read gzip files (decoding of the data is not well done).
What I want to do is with python script node, so if I can read directly the file path of sharepoint online connector, then it will be much simple.
Do you know how to get the file path of sharepoint online that allows me to read files from python script ?
image
Thank you.

file paths of sharepoint files should be visible if you open sharepoint in your browser and check the infos of the file/s
br

Yes but it’s not absolute path, it’s just local path so if I upload this workflow to the server and if I run the workflow there, the access will be denied because it’s linked to local one

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.