Permissions error with Google Analytics API and VB.net
问题 Here's what I'm trying to do: I'm trying to generate an access token on the server side that will serve to authenticate a user as in this example: https://ga-dev-tools.appspot.com/embed-api/server-side-authorization/ I've written this code in VB.net after several tries: Public GA_Token As String Protected Sub Page_Load(sender As Object, e As EventArgs) Handles MyBase.Load Dim filename As String = {{path to p12 file}} Dim serviceAccountEmail As String = {{service account generated email from