Skip to content

Instantly share code, notes, and snippets.

@amitpatelx
Created June 18, 2018 11:59
Show Gist options
  • Select an option

  • Save amitpatelx/1a4e317d26813d8f6bd118fcc197125c to your computer and use it in GitHub Desktop.

Select an option

Save amitpatelx/1a4e317d26813d8f6bd118fcc197125c to your computer and use it in GitHub Desktop.
Accessing google drive API
require 'google/apis/drive_v3'
# Create object of the drice service
service = Google::Apis::DriveV3
# Authorize it with the help of credentials generated
service.authorization = credentials
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment