1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00
Files
rclone/docs/content/commands/rclone_authorize.md
Nick Craig-Wood 38ab3dd5b1 Version v1.72.0
2025-11-21 17:10:17 +00:00

1.6 KiB

title, description, versionIntroduced
title description versionIntroduced
rclone authorize Remote authorization. v1.27

rclone authorize

Remote authorization.

Synopsis

Remote authorization. Used to authorize a remote or headless rclone from a machine with a browser. Use as instructed by rclone config. See also the remote setup documentation.

The command requires 1-3 arguments:

  • Name of a backend (e.g. "drive", "s3")
  • Either a base64 encoded JSON blob obtained from a previous rclone config session
  • Or a client_id and client_secret pair obtained from the remote service

Use --auth-no-open-browser to prevent rclone to open auth link in default browser automatically.

Use --template to generate HTML output via a custom Go template. If a blank string is provided as an argument to this flag, the default template is used.

rclone authorize <backendname> [base64_json_blob | client_id client_secret] [flags]

Options

      --auth-no-open-browser   Do not automatically open auth link in default browser
  -h, --help                   help for authorize
      --template string        The path to a custom Go template for generating HTML responses

See the global flags page for global options not listed here.

See Also

  • rclone - Show help for rclone commands, flags and backends.