Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
91 views

I have some code which calls Google's Ruby API to get messages from GMail using list_user_messages. I know from docs that the returned messages only contain an id and thread_id and therefore I have ...
Sam's user avatar
  • 6,760
0 votes
1 answer
156 views

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
868 views

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
  • 13.3k
0 votes
2 answers
635 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,328
1 vote
1 answer
559 views

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
409 views

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
  • 59
1 vote
2 answers
1k views

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
663 views

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
36 views

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
  • 926
0 votes
1 answer
122 views

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
66 views

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
  • 435
0 votes
1 answer
284 views

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
856 views

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
505 views

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
3 votes
1 answer
364 views

I am trying to set up domain wide delegation with Google so I can have access to a workspace calendar. I've followed through the documentation and here is what I've got so far: Service account for ...
João Fernandes's user avatar

15 30 50 per page
1
2 3 4 5
15