Progress working sharepoint 2019 connector try CRUD queries #7481
vevedh
started this conversation in
Contribute/Developers/Plugins
Replies: 4 comments 1 reply
-
That's nice @vevedh ! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @vevedh Thanks for having a go at an integration! If the server's crashing then you may be getting an uncaught exception. I think this could be the problem: .catch(err => {
throw new Error(`Sharepoint error: ${err}`)
}) I would try replacing it with: .catch(err => {
reject("Sharepoint error")
}) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello, the team |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I start integration of https://github.com/koltyakov/sp-jsom-node
I progress create a sharepoint 2013,2016,2019 connector to CRUD sharepoint Lists
Beta Was this translation helpful? Give feedback.
All reactions