Guest User

Untitled

a guest
Jan 18th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {do: [
  2.     {ask: "Enter file name: ",
  3.         type: "file"},
  4.     {fetchFile: {showProgress: "progress_bar"},
  5.         reportInterval: 1.0},
  6.     {spawn: {withRetry: {uploadToDropbox: {user: "cat", password: "meow"}},
  7.                 maxTries: 5,
  8.                   onfail: {do: [
  9.                             {deleteTempFiles: null},
  10.                             {ask: "Dropbox upload failed. Try again?",
  11.                                 type: "yes/no",
  12.                                  yes: {retry: true},
  13.                                   no: {raise: "Give up"}}
  14.                             ]}}},
  15.     {cacheInLocalStore: "prefix"},
  16.     {showInElement: "element_id"}
  17. ]}
Add Comment
Please, Sign In to add comment