简体   繁体   中英

Uploading documents to Watson Discovery through API

From the documentation listedhere there is a limit of 50MB per file.

Does this counts also the case, when we get a JSON data through the API, or it is only for the case when we upload documents with the Discovery Tooling ?

And if it does, how can we proceed a JSON data from an API when the data is more than 50MB?

The 50MB file size limit applies to all data formats including json. I would expect to see an error response from the API if you send json data of greater size than 50MB.

if your data is more than 50MB, then you will need to either truncate or split it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM