I'm looking to automate the extraction of Google Analytics data into an Oracle APEX database table without user interaction. I've successfully tested the API (POST https://analyticsdata.googleapis.com/v1beta/{property=properties/*}:runReport) using the Google-provided testing page with my Gmail account.
However, I'm unsure about the authentication process for automating this data extraction. Could anyone guide me on how to authenticate and automate this process?
Thanks in advance for your help!