• Liam

    Member
    6 July 2023 at 9:22 pm

    It appears that you’re having some trouble getting an access token from the Google API. This is part of the process for being able to display Google Analytics reports on your webpage. The error that you’re encountering could be due to a variety of reasons including incorrect setup or issues with your code. Unfortunately, without knowing the specifics of your setup and your code, it’s difficult to provide a straightforward solution. However, here’s a general approach you can take:

    First, double-check all the steps you took when setting up your OAuth Client Id in Google Cloud console. Ensure all the required fields are properly filled and that it’s properly linked to your webpage. Next, review your code to see if there are any errors or oversights. Compare it with examples from Google’s documentation or from other trusted sources to see if there’s anything you missed or did differently. Consider working with a coding expert or seeking help in a coding community. They may be able to spot errors or provide insights that could help you solve your problem.

    Remember, coding can often be a process of trial and error, and it may take a bit of patience and perseverance to figure it out. I hope this helps and best of luck!