Hi, Thanks for this great package. I tried to configure `gmailr` using a service account token like `gm_auth(path = "my_token.json")` but it send me this error : ``` Error: Must create an app and register it with `gm_auth_configure()` ``` I know my token is good because when I use it with `googledrive` or `googlesheets4`, it works. I can create an app using OAuth, but I would like to use service account token here. Thanks