Skip to main content
0 votes
0 answers
19 views

Lack of notification from loyalty object update

Updating a loyalty object https://developers.google.com/wallet/reference/rest/v1/loyaltyobject/update Following the request body https://developers.google.com/wallet/reference/rest/v1/loyaltyobject#...
jimgug's user avatar
  • 175
0 votes
0 answers
44 views

Token to transfer reseller on Google Workspace Product

Is there any way to fetch token transfer of a customer who whishes to change your Google Workspace reseller??? Ex: Customer A bought Google Workspace Business Plan from reseller KingHost company. ...
Caê Arduino's user avatar
0 votes
1 answer
121 views

Ruby authentication to access Google sheets after OOB ban

I can't understand how to access to sheets after OOB deprecation. Here https://github.com/googleapis/google-cloud-ruby#authentication there is no example and the sample project, Quickstart, https://...
PuzzledDavid's user avatar
0 votes
1 answer
772 views

Ruby require - cannot load such file -- google/api_client

I'm trying to write a ruby script to upload youtube videos, but I can't get past this line: require 'google/api_client' I get this error: `require': cannot load such file -- google/api_client (...
soleil's user avatar
  • 13k
0 votes
2 answers
617 views

Google Analytics Reporting v4 with streams instead of views

I've just created a new Google Analytics property and it now defaults to data streams instead of views. I had some code that was fetching reports through the API that I now need to updated to work ...
Julien's user avatar
  • 2,309
1 vote
1 answer
546 views

Ruby - Google Analytics 4, where is the view_id?

So i have a project where i use 'google/apis/analytics_v3' to make some requests and get some data, the thing is that i need a view_id to do that. @service.get_ga_data(VIEW_ID, @start_date, @end_date, ...
Manolo's user avatar
  • 11
2 votes
0 answers
382 views

Google My Business API always return Invalid Requests

I'm building an app that get all the google reviews from the connected user. I want to use Google My Business API for that. I have made all the prerequisites Google asked for, and I have activated the ...
Maxim's user avatar
  • 49
1 vote
2 answers
962 views

How to upload a file to a shared drive with Google API Drive v3 ruby gem

I am trying to upload a file to a shared drive, however; if I set my drive_id in the options parameters, it still used my default drive, which is "My Drive". What am I doing wrong? (The ...
sclem72's user avatar
  • 486
0 votes
1 answer
589 views

Google Service Account doesn't have permission to create folder

In Google Cloud Platform, I created a project. Then I enabled Google Drive API for that project. Then I created a service account. I was able to upload file to Google Drive with that service account ...
Dong Nguyen's user avatar
1 vote
0 answers
30 views

Is the Google auth documentation out of date? Is the Google QuickStart guides still relevant for Gmail API? [duplicate]

I am using a command line Ruby script to access emails in a Gmail inbox. The documentation is here for the Google Auth library for Ruby: https://github.com/googleapis/google-auth-library-ruby The Ruby ...
Phil's user avatar
  • 916
0 votes
1 answer
108 views

YouTube Data API v3 update_video fails with ArgumentError

Problem Using the google-apis-youtube_v3 gem I can upload a video, delete a video, insert captions, delete captions, and set a thumbnail image. The only thing that that for some reason does not work ...
EK0's user avatar
  • 325
1 vote
0 answers
53 views

How to retrieve full size user profile photo now that GooglePlus is deprecated?

Our service implemented code in 2015 to pull original photo of user profiles from the GooglePlus API using the ruby gem google-api-client And although we can still pull photos for a lot of the older ...
VinnyQ77's user avatar
  • 415
0 votes
1 answer
245 views

Ruby YouTube Data API v3 insert caption always returns error

I am trying to use the Ruby SDK to upload videos to YouTube automatically. Inserting a video, deleting a video, and setting the thumbnail for a video works fine, but for some reason trying to add ...
EK0's user avatar
  • 325
0 votes
0 answers
762 views

How do I refresh my google_oauth2 access token and refresh token?

I have an app that uses the Google Calendar API and I seem to have a corrupt/defunct access token and/or refresh token which is resulting in the following error: Signet::AuthorizationError ...
sledge_909's user avatar
1 vote
0 answers
350 views

Authenticating to Google Vault API -- getting 400 response with message: "The user does not belong to a G Suite customer."

I'm trying to do a simple query from the Google Vault API using JSON credentials provided from the Google API console for a service account. I'm getting a 400 response (Invalid Request / Invalid ...
Jeff's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
15