Настройка соединения rclone с Jottacloud


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

Для каждой новой настройки подключения необходимо указать новое подключение и задать имя подключения ( 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, например:



Настройка rclone c Jotta может быть осуществлена двумя вариантами: для оперирования с выбранной папкой (например, Synced) или с папкой Archive.


Возможно, что имеются и другие варианты, но меня интересовала папка Synced. Полученная первоначально настройка на папку Archive явилась следствием "неверного" выбора варианта настройки.

Jotta cloud для Linux предоставляет утилиту командной строки – https://www.jottacloud.com/en/download/all.html 



Однако работа с command-line-tool предусматривает установку в систему службы (демона) jottacloud. Поскольку остановка, пауза или повторный запуск демона осуществляется через cron, то после тестирования данный вариант для моих нужд был признан уступающим по своим возможностям работе с Jotta cloud через rclone.  


Настройка на папку Archive

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

Edit advanced config? (y/n)
y) Yes
n) No
y/n> y
Files bigger than this will be cached on disk to calculate the MD5 if required.
Enter a size with suffix k,M,G,T. Press Enter for the default ("10M").
md5_memory_limit> (можно ввести 10M, можно просто Enter)
Delete files permanently rather than putting them into the trash.
Enter a boolean value (true or false). Press Enter for the default ("false").
hard_delete> (просто Enter)
Remove existing public link to file/folder with link command rather than creating.
Default is false, meaning link command will create or retrieve public link.
Enter a boolean value (true or false). Press Enter for the default ("false").
unlink> (просто Enter)
Files bigger than this can be resumed if the upload fail's.
Enter a size with suffix k,M,G,T. Press Enter for the default ("10M").
upload_resume_limit> (можно ввести 10M, можно просто Enter)
Remote config

Do you want to create a machine specific API key?

Rclone has it's own Jottacloud API KEY which works fine as long as one only uses rclone on a single machine. When you want to use rclone with this account on more than one machine it's recommended to create a machine specific API key. These keys can NOT be shared between machines.

(имеется в виду, что если этот аккаунт будет использоваться на более чем 1 компьютере, то рекомендуется создать уникальный ключ API)

y) Yes
n) No
y/n> y
2019/11/03 05:28:08 ERROR : Failed saving config "client_id" = "mdhnauh0vos2rc66ke0ohhsc0i" in section "Jotta-2" of the config file: section 'Jotta-2' not found
2019/11/03 05:28:08 ERROR : Failed saving config "client_secret" = "I2Ff ... E8uivk" in section "Jotta-2" of the config file: section 'Jotta-2' not found
Username> mono...@gmail.com (на эту почту зарегистрирован аккаунт)
Your Jottacloud password is only required during setup and will not be stored.
password: ввести пароль

Do you want to use a non standard device/mountpoint e.g. for accessing files uploaded using the official Jottacloud client?

(желаете ли использовать нестандартное устройство / точку монтирования, например для загрузки с использованием официального клиента Jottacloud?)

y) Yes
n) No
y/n> n
--------------------
[Jotta-2]
type = jottacloud
client_id = mdhnauh0vos2rc66ke0ohhsc0i
client_secret = I2Ff ... 8uivk
token = {"access_token":"ZnVs ... 8zNQ","token_type":"bearer","refresh_token":"eyJh ... B0vQ","expiry":"2019-11-03T06:28:58.985772906+03:00"}
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d> y


Настройка на выбранную папку Synced

Первая половина настроек аналогична предыдущему пункту. Отличия начинаются после ввода пароля.

Do you want to use a non standard device/mountpoint e.g. for accessing files uploaded using the official Jottacloud client?

y) Yes
n) No
y/n> y
Please select the device to use. Normally this will be Jotta
Choose a number from below, or type in an existing value
(введите номер или тип из перечисленных ниже)
 1 > Jotta
Devices> 1
Please select the mountpoint to user. Normally this will be Archive
Choose a number from below, or type in an existing value
 1 > Archive
 2 > Shared
 3 > Sync
(выбирается вариант Sync, соответствующий отображаемой в браузере папке Synced)
Mountpoints> 3
2019/11/03 12:24:56 ERROR : Failed saving config "device" = "Jotta" in section "JM" of the config file: section 'JM' not found
2019/11/03 12:24:56 ERROR : Failed saving config "mountpoint" = "Sync" in section "JM" of the config file: section 'JM' not found
--------------------
[JM]
type = jottacloud
client_id = huah ...  bpta
client_secret = hxPb ... RVHA
token = {"access_token":"ZGpu ... Zybg","token_type":"bearer","refresh_token":"eyJh ... 26aQ","expiry":"2019-11-03T13:24:19.819304366+03:00"}
device = Jotta
mountpoint = Sync
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d> y

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

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