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
When a public downloads a publicly shared file using the public api
i.e http://MqBb59prM9Y8i4U:@{base_url}/public.php/webdav -H "X-Requested-With:XMLHttpRequest" no activity is shown.
But when a public downloads the same shared file using the private api
i.e 'http://{base_url}/index.php/s/MqBb59prM9Y8i4U/download the activity is shown.
Steps to reproduce:
Create a public link share of a file
Access the file using the public API http://{share_token}:@{base_url}/public.php/webdav -H "X-Requested-With:XMLHttpRequest"
See that you could get the contents of file but the activity is not listed in the
Expected behaviour:
It should be listed in the activity list.
The text was updated successfully, but these errors were encountered:
Description
When a public downloads a publicly shared file using the public api
i.e
http://MqBb59prM9Y8i4U:@{base_url}/public.php/webdav -H "X-Requested-With:XMLHttpRequest"
no activity is shown.But when a public downloads the same shared file using the private api
i.e '
http://{base_url}/index.php/s/MqBb59prM9Y8i4U/download
the activity is shown.Steps to reproduce:
http://{share_token}:@{base_url}/public.php/webdav -H "X-Requested-With:XMLHttpRequest"
Expected behaviour:
It should be listed in the activity list.
The text was updated successfully, but these errors were encountered: