Hey there, I'm trying to switch to `encryption: GPG`, but it fails while storing the tokens apparently: ``` Authorization to grant OAuth2 access to [email protected] started ... Visit http://localhost:39437/start in your browser ... FileError "Can't open file: /home/willow/.local/state/oama/[email protected]\n" ExitFailure 1 ``` env: ``` ### Runtime environment ### config: encryption: contents: XXX tag: GPG services: google: access_type: null auth_endpoint: null auth_http_method: null auth_params_mode: null auth_scope: null client_id: xxx client_secret: xxx prompt: null redirect_uri: null tenant: null token_endpoint: null token_http_method: null token_params_mode: null config_file: /home/willow/.config/oama/config.yaml oama_version: '0.18' op_sys: | Linux grey-bee 6.12.23-0-lts #1-Alpine SMP PREEMPT_DYNAMIC 2025-04-16 07:53:55 x86_64 GNU/Linux options: optCommand: tag: PrintEnv optConfig: ~/.config/oama/config.yaml optDebug: false services: google: access_type: offline auth_endpoint: https://accounts.google.com/o/oauth2/auth auth_http_method: POST auth_params_mode: QueryString auth_scope: https://mail.google.com/ client_id: xxx client_secret: xxx prompt: consent redirect_uri: null tenant: null token_endpoint: https://accounts.google.com/o/oauth2/token token_http_method: POST token_params_mode: RequestBody state_dir: /home/willow/.local/state/oama ###### ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by stacyharper and has received 5 comments.