Skip to content
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 file upload task #7

Open
hakobera opened this issue Jun 13, 2016 · 0 comments
Open

Add file upload task #7

hakobera opened this issue Jun 13, 2016 · 0 comments
Milestone

Comments

@hakobera
Copy link
Member

hakobera commented Jun 13, 2016

Add task to upload local file to Google Drive.

task :upload, type: :google_drive_upload do
  param_set :src_path, '/path/to/local/file'
  param_set :content_type, 'text/plain'
  output target(:google_drive_file, name: 'filename', parents: 'xxx')
end
@hakobera hakobera added this to the v0.2.0 milestone Jun 13, 2016
@hakobera hakobera modified the milestones: v0.2.0, v0.3.0, v0.4.0 Jul 15, 2016
@hakobera hakobera modified the milestones: v0.4.0, v0.5.0 Aug 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant