github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/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  # autogenerated - DO NOT EDIT, instead edit the source code in cmd/authorize/ and as part of making a release run "make commanddocs"
     7  ---
     8  # rclone authorize
     9  
    10  Remote authorization.
    11  
    12  ## Synopsis
    13  
    14  
    15  Remote authorization. Used to authorize a remote or headless
    16  rclone from a machine with a browser - use as instructed by
    17  rclone config.
    18  
    19  Use the --auth-no-open-browser to prevent rclone to open auth
    20  link in default browser automatically.
    21  
    22  ```
    23  rclone authorize [flags]
    24  ```
    25  
    26  ## Options
    27  
    28  ```
    29        --auth-no-open-browser   Do not automatically open auth link in default browser
    30    -h, --help                   help for authorize
    31  ```
    32  
    33  See the [global flags page](/flags/) for global options not listed here.
    34  
    35  ## SEE ALSO
    36  
    37  * [rclone](/commands/rclone/)	 - Show help for rclone commands, flags and backends.
    38