-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: External links list files #1307
Conversation
refactor: Simplified code
// TODO: Big hack, refactor to allow for non authenticated requests | ||
guard let someToken = apiFetchers.values.first?.currentToken else { | ||
fatalError("probably no account availlable") | ||
fatalError("probably no account available") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need an authenticated ApiFetcher ?
If an ApiFetcher is only needed to init DriveFileManager we can do DriveApiFetcher()
without a token
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code is a leftover of the PoC I did to start this feature.
I'd like to address this in another PR where I correctly handle the offline.
5884abd
to
fbf4989
Compare
Quality Gate passedIssues Measures |
UI done in this PR
root PR
feature branch
sub PR
Download Files