Versions Compared

Key

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

To use the Box connector, add the <box.init> element in your configuration before carrying out any other Box operations. Box uses OAuth 2 for authentication. An authorization header containing a valid access_token must be included in every request. The access token should be generated from the Box account with the 'manage an enterprise' scope enabled. For more information on obtaining an access token see http://developers.box.com/oauth/.

Code Block
languagexml
titleinit
<box.init>
	<accessToken>{$ctx:accessToken}</accessToken>
    <apiUrl>{$ctx:apiUrl}</apiUrl>
    <fields>{$ctx:fields}</fields>
</box.init>

...

Now that you have connected to Box, use the information in the following topics to perform various operations with the connector. After you have completed your configurations, see Testing the Box Integration.

Child pages (Children Display)