I’m having trouble with
I need to access to a pdf identified by it’s original name
Working in
Wix Editor
What I’m trying to do
I need to know the url of a pdf based on the name of the document instead of it’s encoded name
What I’ve tried so far
I can get the encoded url of any document uploaded in my wix account, but I need to know the path with the original name of the pdf
I’ve searched in that forum, there are some topics but no answer.
Can you share more about the project and what the need is, so we can better understand what potential solutions might look like?
It might not return a single item, since file names aren’t unique values. That said there is the Search Files SDK - Search Files | API Reference - , which would allow you to search by the file name/other parameters, and it will return a URL for said files
OK, I think I understand… I shall have a look on search files API reference and I tell you then if it’s enough for me. Thanks a lot !