Topics Map > Technology > Denodo
Denodo - Generating a Base URL for a Custom Box App
This article provides step-by-step instructions on how to generate a base URL for a custom Box app in Denodo.
Generate the URL by combining the following components:
- https://api.box.com/2.0/files/
NOTE: This is necessary for the api to locate and read the file. - The file ID from the URL of the data source file in Box.
- Example: https://uofi.app.box.com/file/1445697894187
- End with /content to allow Denodo to read the contents of the file.
Example Base URL: https://api.box.com/2.0/files/1445697894187/content