Can FME create folders in an on-prem Sharepoint Library? Iβm successfully connecting to the library using the Sharepoint List type (Reader and Writer), and looking at written data I can see an existing folder, but I canβt use the writer to create folders.
FME - Sharepoint Library On-Prem
Best answer by benhanson
I did test without it, and the request failed so I was trying to eliminate variables.
I determined the problem however. It turns out that for nearly all POST requests to the Sharepoint API, you must supply the custom header X-RequestDigest with a value acquired by sending a POST to /_api/contextinfo.
So my initial test workflow (which is now working) consists of Creator(Transform to start flow)Β βΒ AttributeFileReader(Transformer to pull in test file) β HTTPCaller(Transformer to get XML containing RequestDigest) βΒ XMLFlattener (Transformer to extract & expose FormDigestValue) βΒ HTTPCaller (Transformer to make actual REST call to Sharepoint).
Β
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
Login to the community
No account yet? Create an account
An FME Account is required to contribute
LoginEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.




