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 download progress to Google Drive #26

Open
tobihagemann opened this issue Feb 16, 2023 · 0 comments
Open

Add download progress to Google Drive #26

tobihagemann opened this issue Feb 16, 2023 · 0 comments
Assignees
Labels
type:feature-request New feature or request

Comments

@tobihagemann
Copy link
Member

Download progress for Google Drive was originally added in #21 but then removed in dca18a9.

The problem was basically that the file provider crashes at some point (especially noticeable when downloading large files). During debugging I noticed that this was spammed over and over again during a download:

FPExt: urlForItem(withPersistentIdentifier: NSFileProviderItemIdentifier(_rawValue: A75826B2-58E9-4647-9213-4B9BEAE8AF2C:4)) called
FPExt: item(for: NSFileProviderItemIdentifier(_rawValue: A75826B2-58E9-4647-9213-4B9BEAE8AF2C:4)) called
Successfully registered URLSessionTask for identifier: NSFileProviderItemIdentifier(_rawValue: A75826B2-58E9-4647-9213-4B9BEAE8AF2C:4)
@tobihagemann tobihagemann added the type:feature-request New feature or request label Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants