We submitted a formal request for a YouTube Data API quota increase via the designated Google form several months ago. While we understand there can be processing times, we've now been waiting for a ...
I'm using the Google Cloud Speeech-to-Text V2 API (NOT v1) Go client library to implement real-time, streaming transcription in my app, or at least trying to.$ go version go version go1.24.1 darwin/...
I have the ClientId and SecretKey json file and trying to get the estimatedRevenue for the youtube channel.I have this scope definedSCOPES = ["https://www.googleapis.com/auth/yt-analytics-...
I'm trying to implement Google Drive backup functionality in my Android app, written in Java, but when calling execute(), the code in debug mode doesn't proceed and keeps running indefinitely, as if ...
I am trying to extract and download reports from DV360 API using python. I have gone through the documentation https://developers.google.com/bid-manager/guides/get-started/send-request ,but not able ...
Trying to upload file through the multipart upload API, as described in Google Drive developer documentation.The following header was added:Content-Type : multipart/related; boundary=foo_bar_baz...
I need to be able to get Google site reviews by their API do put them in our data warehouse.I tried with the following code:from googleapiclient.discovery import buildAPI_KEY = '...
I've written a service for our application which looks up URLs against the Google Safer Browsing API via the official node.js client.The issue we're encountering is that all URLs that flag with ...
I am trying to show my android app reviews with reviewer name, date, rating. But I have some problems with authentication. Using google cloud with OAuth 2.0 Client IDs.I use google/apiclient with PHP ...
I'm migrating the google/apiclient PHP library from v1 to v2. The previous version of the library had a model Google_Service_Plus_Person, which contained domain property. I'm trying to find the same ...
I have enabled the Cloud Billing API service, then created a service account and set the permissionsBilling Account Usage Commitment Recommender Admin, then I send my code, which returns error 403....
Having run composer require google/apiclient (which resulted in Using version ^2.0 for google/apiclient), I am using Google_Client to manage my sign-in using php8 but I get compatibility errors for ...
I'm currently working with Google Directory to store my groups, and I'm using the Google Api client to fetch information about these groups. Right now, I'm able to retrieve all the groups using the ...
I know you can get information in a certain range in a Google Sheets like so data = sheets.values().get(spreadsheetId=SHEET_ID, range=SHEET_RANGE).execute()But when I print data, it doesn't ...
I'm a junior developer that wants to get started with Google Cloud.I just created a project on GCP.I enabled Youtube data v3 api.Created a key for my service accountCreated a Youtube channelI ...