-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some methods from Spreadsheet API V4 #235
base: master
Are you sure you want to change the base?
Conversation
Just curious, why did you close it? |
I was going to pull request to my repository(fork this repository). |
I see. But the feature looks useful, so you can actually send a pull request. The API is available vial google-api-client gem: |
OK!! thanks. |
Here's code to construct DriveService instance with authorization object. I guess you can construct SheetsService here as well and pass the same authorization object: |
I could access!! thanks! |
Create Sheet Api