commit(auto)

This commit is contained in:
Kaz Saita(WSL2 root) 2024-02-22 18:50:02 +09:00
parent 9e6127b087
commit 820057d17c

View file

@ -91,7 +91,8 @@ $ ls
CHANGELOG.md Dockerfile.pi dropShell.sh README.md
Dockerfile dropbox_uploader.sh LICENSE testUnit.sh
```
ここに入っている dropbox_updloader.shを実行してみると、指示が表示される。
ここに入っている dropbox_updloader.shを実行してみると、指示が表示される。その通りにやる。
App nameはこのnoteの同期用なので、 "kazbo_note_sync" にした。
```
$ ./dropbox_uploader.sh
@ -112,5 +113,17 @@ When using dropbox_uploader.sh configured in the past with the old API, have a l
Now, click on the "Submit" button.
6) Now to tab "settings" and provide the following information:
App key:
App key: ****
App secret: ****
Open the following URL in your Browser and allow suggested permissions: https://www.dropbox.com/oauth2/authorize****
Please provide the access code: *****
> App key: ********
> App secret: '****
> Access code: '*****'. Looks ok? [y/N]: y
The configuration has been saved.
$
```
cf. [第54回「SORACOM応用編ラズベリーパイからDropboxへファイルをアップロード(1)Dropbox-Uploader」 | Device Plus - デバプラ](https://deviceplus.jp/raspberrypi/raspberrypi_entry_054/)