Forum Discussion
Connecting Sharepoint folder Error 405
- 2 years ago
Take the /:f/r out of the URL - that breaks it. It wants the "clean" version.
Subfolders are fine. Could you maybe copy your query from the advanced editor? The error doesn't look like something you'd get from the folder connector since it's querying a list by the ID (the folder connector gets all files in the site and lets you filter down).
- Anonymous2 years agoNot applicable
Hey, maybe I am doing it wrong. I am just the IT guy who has to troubleshoot this issue.
I opened the advanced editor, and tried adding a new source, choose sharepoint folder and copied the site URL
https://*******.sharepoint.com/:f:/r/sites/***********/
Then I get the error message I mentioned. Can I still see the query it tried using it ?- christinepayton2 years agoMost Valuable Professional
Take the /:f/r out of the URL - that breaks it. It wants the "clean" version.
- rorganist1 year agoNew Member
you're a hero. I would NEVER have figured this out!