Skip to content

Instantly share code, notes, and snippets.

@hiroyukim
Created January 13, 2018 08:36
Show Gist options
  • Select an option

  • Save hiroyukim/8970af9850c79a6b5a732f52c79cd7ad to your computer and use it in GitHub Desktop.

Select an option

Save hiroyukim/8970af9850c79a6b5a732f52c79cd7ad to your computer and use it in GitHub Desktop.
#!/bin/env ruby
require "google_drive"
require 'date'
require 'dotenv/load'
session = GoogleDrive::Session.from_config("config.json")
# Uploads a local file.
session.upload_from_file(ENV["FILE_PATH"], Date.today.strftime('%Y%m%d'), convert: false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment