Is there a way to retrieve the URL of documents within sharepoint?
Sharepoint URL Retrieval

Best answer by markatsafe
The FME SharePoint List reader only returns the file name of the attached document. You can build the document URL if you know a little about your sharepoint configuration. If you're using FME to read your sharepoint lists you'll know the root directory, something like:
https://myorganisation-my.sharepoint.com/personal/user_name/
Then add the folder name, i.e. Documents or 'personal' followed by the file name. You can get the pattern of the URL by opening sharepoint, right clicking on the document name and use Copy Link
Accessing your document in FME will depend on the authentication used by your sharepoint configuration. Currently (2018) HTTPCaller does not support SAML (SharePoint Online) authentication.
There are more ideas on this in this SharePoint question
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.