Issue with google analytics importer returning invalid redirect_uri message

Hi - i found another similar issue to this but no resolution. i have setup a google app and am trying to import to matomo. im getting an errorw when uploading my JSON file provided from the app as follows:

# An error occurred

## Invalid redirect_uris, at least 1 uri should match the uri "https://pyopensci.matomo.cloud/index.php?module=GoogleAnalyticsImporter&action=processAuthCode" in the uploaded configuration file

I am using and plan to pay for a matomo.cloud plan. my website url now is pyopensci.matomo.cloud

many thanks for any direction here. i’m not sure what i’m doing wrong.

This message indicated that in your Google OAuth credential the URL https://pyopensci.matomo.cloud/index.php?module=GoogleAnalyticsImporter&action=processAuthCode is not included in the redirect URL’s. You need to add that URL, and re-export the credential json file.

Hi thank you! it turns out i had a mistake in the url and once i fixed it - it worked! many thanks!