diff --git a/etc/api/type-cli.yaml b/etc/api/type-cli.yaml index 3bbb2ab62a..62e7fc372c 100644 --- a/etc/api/type-cli.yaml +++ b/etc/api/type-cli.yaml @@ -22,7 +22,7 @@ make: - source: main.rs output_dir: src cargo: - build_version: "0.3.5" + build_version: "0.3.6" keywords: [cli] is_executable: YES dependencies: diff --git a/gen/drive3-cli/src/main.rs b/gen/drive3-cli/src/main.rs index 80a6672554..6459fbb1c2 100644 --- a/gen/drive3-cli/src/main.rs +++ b/gen/drive3-cli/src/main.rs @@ -2947,7 +2947,7 @@ impl<'n> Engine<'n> { JsonTokenStorage { program_name: "drive3", db_dir: config_dir.clone(), - }, Some(FlowType::InstalledInteractive)); + }, Some(FlowType::InstalledRedirect(54324))); let client = if opt.is_present("debug") { diff --git a/src/mako/cli/lib/engine.mako b/src/mako/cli/lib/engine.mako index 9f834ce089..aef1793d68 100644 --- a/src/mako/cli/lib/engine.mako +++ b/src/mako/cli/lib/engine.mako @@ -122,7 +122,7 @@ impl<'n> Engine<'n> { JsonTokenStorage { program_name: "${util.program_name()}", db_dir: config_dir.clone(), - }, Some(FlowType::InstalledInteractive)); + }, Some(FlowType::InstalledRedirect(54324))); let client = ${self._debug_client(DEBUG_FLAG) | indent_all_but_first_by(3)};