You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Post switch, passing > 1 parents when creating/updating a document or table using the api/v1 will cause the file to not appear in the root node since the node is then not a root node.
Pre switch, the node appears.
Note: folders in folders is not supported yet.
A possible fix is to prohibit passing parents and parentId to the api/v1 when not coming from connectors.
The text was updated successfully, but these errors were encountered:
api/v1
will cause the file to not appear in the root node since the node is then not a root node.parents
andparentId
to theapi/v1
when not coming fromconnectors
.The text was updated successfully, but these errors were encountered: