Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with Authorization token in Google Analytics

Hi!

I'm trying to connect to Google Analytics, but I've got problem with the Authorization token in Developer tools. 

1. https://developers.google.com/apis-explorer/#s/analytics/v3/  -> I generated my ID in analytics.management.accounts.list

2. I used it in analytics.data.realtime.get

3. I received a link,, I typed it in the field query and value and test connection was OK.

4.  I wanted to repeat the test, but then I got an error of expired token.

5.  I know that tokens can be generated again in Credentials in Google Developers Consols, but I tried to make a variety of ways and it doesn't works.

What should I do to have not to change the token each time I connect?

How can I generate a token like this?

10 Replies
Bjorn_Wedbratt
Employee
Employee

Hi @Luisanabria 

In theory it should work in a similar fashion, but I have no experience with Dynamics 365 myself to be honest. 

I noticed there are several ways of accessing the API with different endpoints, for example using MS Graph API (which I successfully used with the REST Connector), https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/endpoint...

But there's also the MS Dynamics Connector available, have you tried it? https://help.qlik.com/en-US/connectors/Subsystems/Integrated_Web_Connectors_help/Content/Connectors_...

 

Using an already available connector would be the preferred way and using the generic REST Connector or similar should be the last resort if no other means are available.

 

Hope the above helps

Bjorn