We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently requesting data of a public share only returns share_id, path, link and token.
Example: PublicShare(id=142,path=/Photos,link=http://OC_URL/index.php/s/sCAtEP3peiMn4LS,token=sCAtEP3peiMn4LS)
We need to have the info regarding permissions, public_upload and expiration_date.
The text was updated successfully, but these errors were encountered:
?? This is all there for the getShares response.
Are you talking about the create response?
Sorry, something went wrong.
No, the response is missing:
So the create share. I'll look into it.
See #18631
rullzer
No branches or pull requests
Currently requesting data of a public share only returns share_id, path, link and token.
Example:
PublicShare(id=142,path=/Photos,link=http://OC_URL/index.php/s/sCAtEP3peiMn4LS,token=sCAtEP3peiMn4LS)
We need to have the info regarding permissions, public_upload and expiration_date.
The text was updated successfully, but these errors were encountered: