migueesc123 / YoutubeAnalytics

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

[Expression.Error] The 'redirect_uris' field of the record was not found #53

Open lukmai opened 2 years ago

lukmai commented 2 years ago

There is an error when click sign in image

migueesc123 commented 1 year ago

Hey @lukmai !

Sorry for the late reply.

Are you able to repro that error? it appears that your version of the connector might be corrupted in some sense. Perhaps a missing semicolon or a comma somewhere that could be causing this issue.

Corentinosker commented 1 year ago

Hello Miguel, @migueesc123

I've just watch your video on the Youtube Connector. And came accross the same issue as lukmai. Do you know what could it be ? What do you mean by repro the error ? I guess I need to change something in the .m file but I don't know what ?

Thank you Corentin

migueesc123 commented 1 year ago

@Corentinosker it could be that your connector isn't setup properly. You might be missing the API information (the json that you need to download). The videos do explain this process as well on how to modify the connector to work specifically for you. Some pages of the API might've changed, but what needs to happen at the connector level hasn't.

Things might have changed as I haven't worked on this API or the connector for years.

Repro: A method for reproducing a bug or problem.