bramdejager / spcb

The SharePoint Client Browser (SPCB) uses the CSOM to connect to a remote SharePoint site collection and shows the site structure with related properties and values.
GNU General Public License v2.0
173 stars 48 forks source link

The application does not work #110

Closed sdudnic-ingerop closed 2 months ago

sdudnic-ingerop commented 5 months ago

Downloaded, opened, MS says is not a safe exe. Opened anyway,

Tried to add tenant got 403 forbidden.

Tried to add a new site, Auth mode "Web Browser", it fails

SharePoint Online Client Browser The property or field 'Title' has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested.

after that we see this

image

SharePoint Online authentication does not work either, it says bad pasword, but I verified multiple account names with valid passwords and the connection fails with bad sign-in name or password error that is not true.

The application is not usable.

garbb commented 2 months ago

I have the same issue unfortunately.

bramdejager commented 2 months ago

Did quick research on the issue and I'm able to replicate the issue. Most of the times I'm the Owner of a site and have the permissions to request its data. It seems when you are not an Owner results in this issue.

I'll have a look what I can do to resolve this.

bramdejager commented 2 months ago

Found the part of the code where things started to fall down, and resolved this issue. This should work now with release v4.19 and up! Enjoy.

sdudnic commented 2 months ago

it works !