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
Add a new boolean flag (default true) on document.create which controls whether the author of the document will have the document be encrypted to them. The document.create call must share with at least one user/group, so if this option is false, the grantList must have at least one entry.
Also need to consume changes to how the document list, document get response structures can change if the author is requesting a document that they cannot decrypt.
The text was updated successfully, but these errors were encountered:
Add a new boolean flag (default true) on
document.create
which controls whether the author of the document will have the document be encrypted to them. Thedocument.create
call must share with at least one user/group, so if this option is false, thegrantList
must have at least one entry.Also need to consume changes to how the document list, document get response structures can change if the author is requesting a document that they cannot decrypt.
The text was updated successfully, but these errors were encountered: