Hi,
I have managed to setup and navigate all the way to Google Permission Popup which I click allow, however the response that I get is always 403. Upon closer inspection through debugger I have found out that the REST API action that is throwing the 403 error is GetProfileInfo. Though I can see that there is AccessToken and the type is set to "Bearer". Not sure if I am missing certain authorization at Google site. Btw this is just a test, using the "https://www.googleapis.com/auth/calendar.readonly" as the scope. Kindly advise. Thanks.
-Steven