I'm performing some tests with the SharePointOnlineConnector. It works well uploading files. I'm not able to write some fields in the document library. Do you think it is possible? If yes, how to do it?
Thanks
Roberto
This post is closed to further activity.
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.
For custom columns you'll have to write the metadata manually using the HTTPCaller with authentication set to an MS Graph web connection (that you'll have to configure first).
You'll then want to use the PATCH method on a URL that looks like this:
For custom columns you'll have to write the metadata manually using the HTTPCaller with authentication set to an MS Graph web connection (that you'll have to configure first).
You'll then want to use the PATCH method on a URL that looks like this:
For custom columns you'll have to write the metadata manually using the HTTPCaller with authentication set to an MS Graph web connection (that you'll have to configure first).
You'll then want to use the PATCH method on a URL that looks like this:
I'm trying to follow your hint. Creating a new web connection (Microsoft OneDrive - Graph) with my credentials and building the url with list_id and item_id out from the SharePointOnlineConnector transformer, I always receive the error 'HTTP/1.1 404 Not Found'. Navigating the url that is shown close to the error, I see a response with "code":"InvalidAuthenticationToken" and "message":"Access token is empty".
I'm trying to follow your hint. Creating a new web connection (Microsoft OneDrive - Graph) with my credentials and building the url with list_id and item_id out from the SharePointOnlineConnector transformer, I always receive the error 'HTTP/1.1 404 Not Found'. Navigating the url that is shown close to the error, I see a response with "code":"InvalidAuthenticationToken" and "message":"Access token is empty".
Any further suggestion?
TIA
Roberto
I suspect that you shouldn't be using the MS OneDrive connection. If you haven't already, try installing and configuring this web connection:
I'm trying to follow your hint. Creating a new web connection (Microsoft OneDrive - Graph) with my credentials and building the url with list_id and item_id out from the SharePointOnlineConnector transformer, I always receive the error 'HTTP/1.1 404 Not Found'. Navigating the url that is shown close to the error, I see a response with "code":"InvalidAuthenticationToken" and "message":"Access token is empty".
maybe I need more expertize on graph concept. I configured the fme_graph web connection with the information needed. But, for sure with some errors. Testing the connection, it seems that the token retrieval is fine but not the token refresh.