APP
Google ドライブ
Gmailアカウントがあれば、Google ドライブ へのファイル保存等が可能です。
rclone をインストールし、compute module 5 にて動作を確認しました。
python 上で、subprocess.run にて rclone を実行させます。
Google ドライブ の全ディレクトリとファイル表示:
rclone ls xxxx: (xxxxは rclone にて設定したリモート名)
CM5のローカルファイルを Google ドライブ へコピー
rclone copy /home/zzz/xxx.txt xxxx:yyy
/home/zzz/xxx.txt をGoogle ドライブ のyyyフォルダへコピー (xxxxはリモート名)
Google ドライブは、15GBまでの保存は無料なので、
クラウドの保存先として便利です。
rclone をインストールし、compute module 5 にて動作を確認しました。
python 上で、subprocess.run にて rclone を実行させます。
Google ドライブ の全ディレクトリとファイル表示:
rclone ls xxxx: (xxxxは rclone にて設定したリモート名)
CM5のローカルファイルを Google ドライブ へコピー
rclone copy /home/zzz/xxx.txt xxxx:yyy
/home/zzz/xxx.txt をGoogle ドライブ のyyyフォルダへコピー (xxxxはリモート名)
Google ドライブは、15GBまでの保存は無料なので、
クラウドの保存先として便利です。