差分
この文書の現在のバージョンと選択したバージョンの差分を表示します。
|
flashair:0100-0210dropbox [2017/08/04 20:54] admin 作成 |
flashair:0100-0210dropbox [2017/08/04 20:57] (現在) admin |
||
|---|---|---|---|
| ライン 10: | ライン 10: | ||
| local tokenfile = "/dropbox_token.txt" -- Where to log output on the FA | local tokenfile = "/dropbox_token.txt" -- Where to log output on the FA | ||
| local folder = "/DCIM" -- What folder to upload files from | local folder = "/DCIM" -- What folder to upload files from | ||
| - | local app_key = "g0lr5ibjy054qcf" -- Your Dropbox app's key | + | local app_key = "xxxxxx" -- Your Dropbox app's key |
| - | local app_secret = "5ehuut0etxdulgn" -- Your Dropbox app's secret | + | local app_secret = "xxxxxx" -- Your Dropbox app's secret |
| --NOTE: Remember to authorize your app! | --NOTE: Remember to authorize your app! | ||
| - | local auth_code = "WiVkmZeyUtEAAAAAAAAJkp3h-hexmSj9HFHG8zUGXNw" -- authorization code! | + | local auth_code = "xxxxxxxxxxxx" -- authorization code! |
| --[[ | --[[ | ||