In my previous post I described how it is possible to host static HTML pages on SharePoint Online by allowing Custom Scripts. After doing so, I wanted to access MS Graph in order to tap into the ever growing data it holds. I had a hard time finding a solution that would allow accessing MS […]
Month: June 2018
Host static HTML page on SharePoint Online
Coming from SharePoint On Premise I have been used to use SharePoint as a host for simple HTML and JS pages. Usually I created a Document Library or Custom List, then browsed to the created folder via webdav and uploaded the files. On SharePoint Online however, I had a hard time getting this to work. […]
Upgrading NPM on Windows
I recently had to update the NPM version on my laptop to a never version (because I wanted to use NPX – for avoiding globally installing and updating create-react-app). I started by downloading the latest LTS version of Node (which at the time of writing includes NPM version 5.6.0). Ran the installer and found Node to […]
SharePoint Online Management Shell – Current site is not a tenant administration site
I run into this error from time to time. it occurs when connecting via Connect-SPOService and entering the URL for the actual site instead of the one for the SharePoint Online Administration Center. Solution: Append “-admin” to the first part of the URL as in the following example. URL for the site: https://example.sharepoint.com URL for the […]