diff --git a/content/20240204184839 Raspi4 家サーバー 作業ログ.md b/content/20240204184839 Raspi4 家サーバー 作業ログ.md index 95db664..51241c0 100755 --- a/content/20240204184839 Raspi4 家サーバー 作業ログ.md +++ b/content/20240204184839 Raspi4 家サーバー 作業ログ.md @@ -86,5 +86,31 @@ Arm64 linuxは公式には対応していない。 ``` $ git clone https://github.com/andreafabrizi/Dropbox-Uploader.git +$ cd Dropbox-Uploader/ +$ ls +CHANGELOG.md Dockerfile.pi dropShell.sh README.md +Dockerfile dropbox_uploader.sh LICENSE testUnit.sh +``` +ここに入っている dropbox_updloader.shを実行してみると、指示が表示される。 -``` \ No newline at end of file +``` +$ ./dropbox_uploader.sh + + This is the first time you run this script, please follow the instructions: + +(note: Dropbox will change their API on 2021-09-30. +When using dropbox_uploader.sh configured in the past with the old API, have a look at README.md, before continue.) + + 1) Open the following URL in your Browser, and log in using your account: https://www.dropbox.com/developers/apps + 2) Click on "Create App", then select "Choose an API: Scoped Access" + 3) "Choose the type of access you need: App folder" + 4) Enter the "App Name" that you prefer (e.g. MyUploader68212467426140), must be unique + + Now, click on the "Create App" button. + + 5) Now the new configuration is opened, switch to tab "permissions" and check "files.metadata.read/write" and "files.content.read/write" + Now, click on the "Submit" button. + + 6) Now to tab "settings" and provide the following information: + App key: +```