I notice when I load a tenant, then second click over a list 'open default browser', and also 'Browse settings page' of object, it defaults to https://name-admin.sharepoint.com, instead of name.sharepoint.com (e.g. should be RootSiteUrl in Tenant Object).
Maybe loading a site is OK, but only tested loading a tenant.
Hope this helps.
Nice tool!
Comments: ** Comment from web user: lennertc **
Maybe loading a site is OK, but only tested loading a tenant.
Hope this helps.
Nice tool!
Comments: ** Comment from web user: lennertc **
public static string GetFolderUrl(this SPClient.Folder folder) in FolderExtentions.cs:12 uses __Folder.Context.Url__.
When browsing via Tenant -> Site Collections -> Some Sitecollection -> Lists -> Documents:
__Folder.Context.Url__ returns the url of the __tenant-admin site url__, not the url of the SharePoint site.
No exception occurs, just a 404.