Chris Hasz

Results 29 comments of Chris Hasz

Hello @ianoel230982 - Sorry for the delayed response. I do use the [spsave](https://github.com/s-KaiNet/spsave) library under the covers to upload files to SharePoint. I will download the latest version and take...

How do you have Azure AD configured? In most cases, you should be able to authenticate with username+password and Digest authentication as described here: https://www.chrishasz.com/spgo/authentication/digest-authentication If you do use some...

hello @CaoXue95 - SPGo supports [Addin-only authentication](https://www.chrishasz.com/spgo/authentication/addin-only-authentication) as of version 1.7.0. I still do not support MFA with interactive login, unfortunately.

Hello @Jbelmonte - The barrier to supporting this right now is VSCode itself. The extension runtime actively blocks/prevents any browser windows from being opened interactively by an extension. This is...

@Jbelmonte please let me know if you have any issues getting the app password or addin-only auth working and thank you for using SPGo!

Hello @forket Thanks for your patience. I’ll try accessing SharePoint with a guest account and see if I can reproduce this issue.

@Forket, @koltyakov - I confirmed this morning that I'm unable to log into a SPOnline site with external credentials. I'm going to dig into [node-sp-auth](https://github.com/s-KaiNet/node-sp-auth) and see what the level...

Hello again @ianoel230982! Thanks for the great feature idea I like the idea of letting `publishWorkspaceOptions.globPattern` also take either an array of objects, or just a single object, as a...

Sounds good! I'm working on support for Addin-only auth right now, but I will prioritize this feature for the subsequent release.

Hello @ianoel230982 - I have just released Addin-only support with SPGo 1.7.0, so this will be my next major feature.