Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The steps are:

  1. Clear the sandbox (method)
  2. Send content to sandbox (method)
  3. Get word count and cost (method)
  4. Display counts & cost to user
  5. If the user confirms now or later, you would send the content again to the Beebox using the regular API methodsmethod.
  6. (If the user declines, you do not need to do anything else)

...

If your system needs the count & cost but does not ask a user for confirmation, you would proceed like this:

  1. Clear the sandbox (method)
  2. Send content to sandbox (method)
  3. Get word count and cost and save Have Beebox copy (method)
  4. Commit sandbox content (method): Beebox copies all files from sandbox to regular input (in a single call required).

Concurrent access to a project's sandbox

...