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

Check if Dropbox, Box, Google Drive can accept upload #12

Open
jgoldverg opened this issue Sep 7, 2022 · 0 comments
Open

Check if Dropbox, Box, Google Drive can accept upload #12

jgoldverg opened this issue Sep 7, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jgoldverg
Copy link
Contributor

jgoldverg commented Sep 7, 2022

Feature: Google Drive, DropBox, and Box all have total byte limits.
Say a given user can store 1GB on google drive and they want to send 2GB to their google drive account. The Transfer-Scheduler needs to check if the account can handle the amount of data added with the given request.

This way no transfer that fundamentally will fail will not happen at all.

A way to implement this is to create another interface called checker that the current implemented Expanders can implement and then use the already created client in the Expanders class to then check if the account can handle this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant