Created
January 13, 2018 08:36
-
-
Save hiroyukim/8970af9850c79a6b5a732f52c79cd7ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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