Action

Save to Dropbox Root

Last update about 5 years ago - Unlisted

Steps

  • script

    let dbx = Dropbox.create()
    let strPath = draft.processTemplate("/[[date|%Y-%m-%d-%H.%M.%S]].txt")
    let bWrite = dbx.write(strPath, draft.content, "add", true)
    if (!bWrite)
    {
    	console.log(dbx.lastError);
    	context.fail();
    }

Options

  • After Success Default
    Notification Info
    Log Level Error
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.