Настройка соединения rclone c Microsoft OneDrive


Вводимые команды отображены красным, пояснения – курсивом в скобках.

Для каждой новой настройки подключения необходимо указать новое подключение и задать имя подключения ( name> ). Имя задаётся то, которое выберете сами.

rclone config
Current remotes:
...
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> n
name> (укажите имя подключения)

После ввода имени соединения необходимо цифрой указать облачное хранилище, на которое далее будет настраиваться rclone, например:



Storage> 25
(указанный номер соответствует версии rclone 1.51, у Вас он м.б. другим)
** See help for onedrive backend at: https://rclone.org/onedrive/ **

Microsoft App Client Id
Leave blank normally.
Enter a string value. Press Enter for the default ("").
client_id>  (просто Enetr)
Microsoft App Client Secret
Leave blank normally.
Enter a string value. Press Enter for the default ("").
client_secret>  (просто Enetr)
Edit advanced config? (y/n)
y) Yes
n) No
y/n> y
Chunk size to upload files with - must be multiple of 320k (327,680 bytes).

Above this size files will be chunked - must be multiple of 320k (327,680 bytes). Note
that the chunks will be buffered into memory.
Enter a size with suffix k,M,G,T. Press Enter for the default ("10M").
chunk_size>   (просто Enetr, будет установлено 10М)
The ID of the drive to use
Enter a string value. Press Enter for the default ("").
drive_id>   (просто Enetr)
The type of the drive ( personal | business | documentLibrary )
Enter a string value. Press Enter for the default ("").
drive_type>  (просто Enetr)
Set to make OneNote files show up in directory listings.

By default rclone will hide OneNote files in directory listings because
operations like "Open" and "Update" won't work on them.  But this
behaviour may also prevent you from deleting them.  If you want to
delete OneNote files or otherwise want them to show up in directory
listing, set this option.
Enter a boolean value (true or false). Press Enter for the default ("false").
expose_onenote_files>
Remote config
Use auto config?  (использовать автонеастройку?)
 * Say Y if not sure  (вводите y если не уверены)
 * Say N if you are working on a remote or headless machine
y) Yes
n) No
y/n> y
If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=etHPndzjqVligjtii-wecA
(если браузер не запустился с указанным адресом, то введите его вручную)
Log in and authorize rclone for access  (разрешите доступ rclone)



Waiting for code...
Got code
Choose a number from below, or type in an existing value
 1 / OneDrive Personal or Business
   \ "onedrive"
 2 / Root Sharepoint site
   \ "sharepoint"
 3 / Type in driveID
   \ "driveid"
 4 / Type in SiteID
   \ "siteid"
 5 / Search a Sharepoint site
   \ "search"
Your choice> 1
Found 1 drives, please select the one you want to use:
0:  (personal) id=be78... 547
Chose drive to use:> 0
Found drive 'root' of type 'personal', URL: https://onedrive.live.com/?cid=00be...547
Is that okay?
y) Yes
n) No
y/n> y
2019/11/06 16:42:23 ERROR : Failed saving config "drive_id" = "be78...547" in section "MScem" of the config file: section 'MScem' not found
2019/11/06 16:42:23 ERROR : Failed saving config "drive_type" = "personal" in section "MScem" of the config file: section 'MScem' not found
--------------------
[MScem]  (указано имя подключения)
type = onedrive
token = {"access_token":"EwB4 ... ciuw$$","expiry":"2019-11-06T17:41:38.217913822+03:00"}
(очень длинный access token)
drive_id = be78...547
drive_type = personal
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d> y

Комментариев нет:

Отправить комментарий