0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

macOS Mojave から Catalinaへの移行で Google Drive File Stream が使えなくなったのを直す

Posted at

Security設定の問題でなくて、使えなくなってかなしい〜みたいな人がいたら救いたい

対象者

Google Drive File Stream を Catalina で run させても、loading みたいな view がずっとまわって、何にも起きない。
Preferenceから sign in しようとしても、何も起きない。
などになってしまった人が対象。

対処法

まずはlog をみる。
$HOME/Library/Application\ Support/Google/Logs
にあるどれかをみてみる。
わたしの場合、kernel extension の load error が起きていた。
Google File Stream AuthComplete Account context authorization failed with error: LOAD_KEXT_ERROR
こんな log が出ていたので、kextがあやしい。loadではなく、まずは cacheのクリアをしてみた。
kextcache --clear-staging
でシステムを再起動したら、sign in からはじまった。

教訓

Logをよむこと。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?