Open pgavlin opened 3 months ago
Hi @pgavlin,
This behavior isn't a bug, its currently not supported in the SDKs but we have this feature to support document item types on our short-term roadmap.
Thanks for the context. Is the roadmap publicly available?
(also--I might suggest a clearer error message--it's not clear from the message currently returned by the API that document items are not yet supported)
Thanks for the context. Is the roadmap publicly available?
The roadmap is not public at the moment.
also--I might suggest a clearer error message--
Thanks for the suggestion! We will work on further improving the error messages
Scenario & Reproduction Steps
Run this program with an appropriate service token and attempt to fetch a document item
Actual Behavior
The program logs an error:
Expected Behavior
The program fetches the item's contents and exists successfully.
SDK version
v0.1.0-beta.11
Additional information
No response