Skip to content

When listing a directory or stat()ing, make sure the account is present in accountsmanager.

David Barchiesi requested to merge barchiesi/kio-gdrive:account_check into master

On start, KIO GDrive loads GDrive accounts and stores them in the account manager. When listing or stat()ing an url regarding an account, raise an error if the account wasn't loaded on start because we will definitely be missing the account token and all LibKGAPI invocations will fail.

Merge request reports