Connector Path #3558
Unanswered
ghigio2000
asked this question in
Q&A
Connector Path
#3558
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need to force the users to see only a predefined folder called "Public".
I solved this by using in my connector
"path" => "root/public/"
But I need to get the path of files contained in "Public" relative to the "root" folder.
E.g. "root/myfile.png"
with the above "path" setting I get only "myfile.png" from the hash
I tried setting "URL" in my connector as "URL" => "root/" but it is not solving my problem.
Thanks for your help,
Giorgio
Beta Was this translation helpful? Give feedback.
All reactions