Looking at the example Python code provided by the Playground after filling out the form for file upload, I noticed that, unlike the other implementations provided, there is no reference to doc_metadata. Of course, since there’s no reference there’s no metadata uploaded with the file.
What am I missing here? This is the code that the Playground provides:
When I issue the cURL command that the API Playground produces after providing all of the data, the metadata is properly included with each chunk. So it’s definitely working. All I need is the proper Python version so that I can get past this hurdle.