migueesc123 / YoutubeAnalytics

A Microsoft Data Connector or Power Query Connector for YoutubeAnalytics data
MIT License
61 stars 21 forks source link

impossible to connect #40

Closed noliverte closed 4 years ago

noliverte commented 4 years ago

Hello,

I follow 3 first steps to get youtube data Analytics, but I can't connect after choosing (in powerbi) your youtube Analytics (beta) connector

connect1 connect2

In google console I write the right redirection url

google

But I have the following message when I enter my gmail account (this is not a supported browser...)

authentification-problem

Thanks

migueesc123 commented 4 years ago

Hey! Unfortunately, I don't have any control over how the Webapp works or how it's being handled on a per account basis. This is something that might be related to your app being not a verified one as mentioned here: https://support.google.com/cloud/answer/7454865?hl=en

Again, I don't control this part of the process as it's completely handled by Google so you might need to get in touch with them or your developer to set up your webapp. I can tell you that the Custom Connector is still working and it doesn't have any issues. Even the code used for the OAuth 2.0 in this repo is being used in other custom connectors on the web and it's working for other Google services such as Google Drive and more.

If you do happen to find out how to fix this issue or any way to bypass it, please let me know.

noliverte commented 4 years ago

Hello migueesc123,

I used your link and advices but I always have the same problem with the pop-up security message in Powerbi...

I read a lot of information to fix this problem and asked to Google and Powerbi communities without good responses.

Your connector would be very usefull for me but I don't have any idea to fix this problem

Here's all what I did :

ecran-auth1

Can you help me to fix this problem ?

Thanks

migueesc123 commented 4 years ago

hey @noliverte

My best suggestion would be to hire a developer to help you setup the Google Web App and debug any issues caused by the Authentication flow. I would've said that you could get in touch with my company to get support from us but, unfortunately, my developer is fully committed for the next few months and we don't have the bandwidth to take any support requests around new Web App configurations.

As mentioned before, I have zero control over how things work or are configured on the Google Web App - what I do have control over is on the Power BI Custom Connector code which you can see here: https://github.com/migueesc123/YoutubeAnalytics/blob/YoutubeAnalyticsConnector/YoutubeAnalytics/YoutubeAnalytics.pq

The license of this repo does enable you to change the code of the connector as you see please should there be any changes needed to comply with the way that you've set up your Webapp.

Best of luck and if you find the fix, please share it with us!