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

Implement File -> Upload File #7

Open
cyclops1982 opened this issue Sep 28, 2020 · 0 comments
Open

Implement File -> Upload File #7

cyclops1982 opened this issue Sep 28, 2020 · 0 comments
Assignees
Labels
Feature Request New feature or request
Milestone

Comments

@cyclops1982
Copy link
Member

cyclops1982 commented Sep 28, 2020

Details of how to implement here:
https://developers.google.com/drive/api/v3/reference/files/create

Need to decide which method to use.

In terms of K2 requirements:

  • Should handle large files too (>5mb)
  • if the upload fails, then i don't think we need to retry. We can assume that the connection to google is stable.
  • We should set a maximum file size maybe? Otherwise people can try to push 5gb through K2. The problem is that we'd only know that it's 5gb once we reach the JSSP code. So i'm not sure if we can even set a limit?
@cyclops1982 cyclops1982 added the Feature Request New feature or request label Sep 28, 2020
@cyclops1982 cyclops1982 added this to the v0.1 milestone Sep 28, 2020
@cyclops1982 cyclops1982 self-assigned this Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant