I’m checking the Microsoft Sharepoint Connector.
Trying to upload a sample file to sharepoint, and getting error. Has Failed: True Error Message: Remote server returned an error: (403) Forbidden Error Code: 1000
I have attached my sample connector as a screenshot.
Kindly, help me on this.
Hi @SweInz
If you are trying out this connector for the first time, I suggest that you check the network / firewall settings with internal IT vs Sharepoint online.
Also I believe you have missed to upload your connector screenshot.
I think that connector only works with local installed sharepoints (old tech, but also an old connector). For sharepoint online I would recommend use Graph (rest)
For Graph there are plenty of ready collections for Postman, so I would fork one of those as a start and make that work for your sharepoint. Postman is a great place to start.
And then from there, take the operations you need and make a project out of them in the flow rest connector.