Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My Name is Yohei Sakurayama in Japan.
(Perhapps my English is not so good.)
I have a question about how to create "REST connector for Google Analytics"
I wrote load scripts.And try it .But it's coludn't work well.
Out putted following messages.
---Messages--
QVX_UNEXPECTED_END_OF_DATA: HTTP protocol error 401 (Unauthorized):
'Bearer' authentication schema provided by the web-service is not supported or your credentials are not valid.Try using the 'Force basic authentication' connection option if the server accepts the OAuth authentication schema.
---Messages--
I think my API connectors configuration is bad.
Some one show me your REST connector's configuration for connecting Google Analytics.
I changed these parameters in my load scripts.
In that way, I think not a load scripts problem.
-Client_id
-Client_secret
-Refresh_token


I recommend you to use authority token first.
refresh token is next step, when connection and data ETL is successfully completed.
then you need to play with refresh token to automate or schedule this API connection.
see below link.