The user or administrator has not consented to use the application with ID '' named 'SharePoint Online Client Extensibility Web Application Principal'

I am interested in using the Graph API. I have inserted the following code as a starting point:

graph.me().then(function(props) {
    console.log(props)
});

I received the following error:
The user or administrator has not consented to use the application with ID 'id' named 'SharePoint Online Client Extensibility Web Application Principal'.
The actual ID is listed, I am just not sure if this is unique to our company so I did not share.

Hi @cwalter2,

Have you given the Microsoft Graph app the required permissions? Here's an instruction: