You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: