github.com/xhghs/rclone@v1.51.1-0.20200430155106-e186a28cced8/docs/content/commands/rclone_authorize.md (about) 1 --- 2 date: 2020-02-01T10:26:53Z 3 title: "rclone authorize" 4 slug: rclone_authorize 5 url: /commands/rclone_authorize/ 6 --- 7 ## rclone authorize 8 9 Remote authorization. 10 11 ### Synopsis 12 13 14 Remote authorization. Used to authorize a remote or headless 15 rclone from a machine with a browser - use as instructed by 16 rclone config. 17 18 Use the --auth-no-open-browser to prevent rclone to open auth 19 link in default browser automatically. 20 21 ``` 22 rclone authorize [flags] 23 ``` 24 25 ### Options 26 27 ``` 28 --auth-no-open-browser Do not automatically open auth link in default browser 29 -h, --help help for authorize 30 ``` 31 32 See the [global flags page](/flags/) for global options not listed here. 33 34 ### SEE ALSO 35 36 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 37