github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/docs/content/commands/rclone_authorize.md (about)

     1  ---
     2  title: "rclone authorize"
     3  description: "Remote authorization."
     4  slug: rclone_authorize
     5  url: /commands/rclone_authorize/
     6  versionIntroduced: v1.27
     7  # autogenerated - DO NOT EDIT, instead edit the source code in cmd/authorize/ and as part of making a release run "make commanddocs"
     8  ---
     9  # rclone authorize
    10  
    11  Remote authorization.
    12  
    13  ## Synopsis
    14  
    15  
    16  Remote authorization. Used to authorize a remote or headless
    17  rclone from a machine with a browser - use as instructed by
    18  rclone config.
    19  
    20  Use --auth-no-open-browser to prevent rclone to open auth
    21  link in default browser automatically.
    22  
    23  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.
    24  
    25  ```
    26  rclone authorize [flags]
    27  ```
    28  
    29  ## Options
    30  
    31  ```
    32        --auth-no-open-browser   Do not automatically open auth link in default browser
    33    -h, --help                   help for authorize
    34        --template string        The path to a custom Go template for generating HTML responses
    35  ```
    36  
    37  
    38  See the [global flags page](/flags/) for global options not listed here.
    39  
    40  # SEE ALSO
    41  
    42  * [rclone](/commands/rclone/)	 - Show help for rclone commands, flags and backends.
    43