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
Click "Add from Files" (it's important to pick a file from picker, don't upload one)
Add an attendee
Click "Save"
A modal is shown to confirm creating the share link
Click "Invite"
See an error toast "Wrong path, file/folder does not exist"
Expected behavior
It should work 🥳
Actual behaviour
It does not work 😞
There's a POST request for /ocs/v2.php/apps/files_sharing/api/v1/shares with the body {"shareType":3,"path":"/Calendar/welcome.txt"}.
The issue is the static "Calendar" prefix. That only works for newly uploaded files, but not if an existing file (outside the calendar directory) was picked.
Calendar app version
stable5.0
The text was updated successfully, but these errors were encountered:
kesselb
changed the title
Event attachments: Create sharing link not possible when using hte file picker
Event attachments: Create sharing link not possible when using then file picker
Dec 10, 2024
kesselb
changed the title
Event attachments: Create sharing link not possible when using then file picker
Event attachments: Unable to create sharing link when using the file picker
Dec 10, 2024
Steps to reproduce
Expected behavior
It should work 🥳
Actual behaviour
It does not work 😞
There's a POST request for
/ocs/v2.php/apps/files_sharing/api/v1/shares
with the body{"shareType":3,"path":"/Calendar/welcome.txt"}
.The issue is the static "Calendar" prefix. That only works for newly uploaded files, but not if an existing file (outside the calendar directory) was picked.
Calendar app version
stable5.0
The text was updated successfully, but these errors were encountered: