You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works for me.
I have something like that :
const sharepointAuth = () =>
spauth.getAuth(SHAREPOINT_PATRIMOINE_URI, {
username: process.env.SHAREPOINT_USERNAME,
password: process.env.SHAREPOINT_PASSWORD,
domain: process.env.SHAREPOINT_DOMAIN
})
Some SharePoint sites seem to require domain and some do not. Fixed this in one instance by giving username (in the format of o365 email), password and correct domain.
I am trying to connect to sharepoint site of my organization to download docs, I am passing username and password of my own and getting error saying-
Unable to resolve namespace authentication type.
Could someone please redirect me in correct direction to get it resolved
The text was updated successfully, but these errors were encountered: