Google Analytics API request returns captcha?
问题 Since yesterday, our connection to the Google Analytics API returns an HTML page with... captcha. Does anyone experience something like this? We use the API with the PHP library. Our code for retrieving a report (its wrapped in our own class but it uses the google/apiclient package): // Create analytics $this->analytics = new \Google_Service_AnalyticsReporting($this->client); // Create the ReportRequest object. $request = new \Google_Service_AnalyticsReporting_ReportRequest(); $request-