Hi,
I'm using the API and I would generate documents shared by default.
Currently, I can create automatically files in a directory and get back the URL for Sharing...
https://api.onlyoffice.com/portals/meth ... sharedlink
I try different settings for the parameter "share" :
'Read', 'ReadWrite', 1, 2, 3...
But when I use the URL with another count, Onlyoffice say me that I don't have access to this document.
When I read info of the file, there is a parameters "sharedByMe" always set to false. I can get in the document by the application to set it to true.
But I would to set it automatically via API...
Is there a way? Is what I'm doing wrong?
Thanks.