Google User Profile Method Throws an Error

account-linking
google-assistant

#1

Hi everyone,

I’m working on getting account linking set up for a Google Action and have managed to get most of the cases tested for verification, but the method

this.$googleAction.$user.getGoogleProfile();

throws the following error:

TypeError: Cannot read property ‘Authorization’ of undefined"…
…at ConversationalActionUser.getGoogleProfile

Has anyone had a smiliar problem?
Best
Dan