Fetch
fetchFull Description
Fetch a file's textual content from Box by url. Will make an extra metadata request to determine file type. If download_raw_file is set to True, the file will be downloaded as a raw file. Otherwise, the file will be displayed as text.
Parameters (1 required, 1 optional)
urlstringBox file or sharing URL to fetch, such as `https://*.app.box.com/files/<id>`.
download_raw_filebooleanSet to true when the caller needs the raw file bytes and extension metadata instead of text content.
False