Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed use case uri

...

Code Block
	from("file:...")
		.to("box://files/upload/inBody=fileUploadRequest");

The following route polls user's account for updates:

...