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
Describe the bug
The shared link stops functioning when a user moves a file from one site to another in SharePoint. Originally, the link is obtained through the file picker (webUrl from the json), but after moving the file, the link no longer works.
To Reproduce
Steps to reproduce the behaviour:
Attach a file using the file picker
Save
Go back to SharePoint and move the file from the original Site to another one (group/site etc)
Attempt to access the file via the previously obtained shared link from the file picker.
Notice that the link no longer functions.
Expected behaviour
I expected the shared link to continue working after the file was moved from one site to another within SharePoint. This would allow for continuous access to the file regardless of its location within SharePoint.
BUT we are open to alternatives, for example. It could be possible to add metadata to the json? Today we have the DocumentID, that will never change. Microsoft documentation
Details
I am trying to ensure that shared links remain functional even after files are moved within SharePoint. This is crucial for maintaining constant access to files by users who depend on these links. I would like to know if there is a way to keep the shared link functional after a file is moved, or if there is a unique file ID that remains constant and can be used to perform searches, even after the file is moved.
Describe the bug
The shared link stops functioning when a user moves a file from one site to another in SharePoint. Originally, the link is obtained through the file picker (webUrl from the json), but after moving the file, the link no longer works.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
I expected the shared link to continue working after the file was moved from one site to another within SharePoint. This would allow for continuous access to the file regardless of its location within SharePoint.
BUT we are open to alternatives, for example. It could be possible to add metadata to the json? Today we have the DocumentID, that will never change. Microsoft documentation
Details
I am trying to ensure that shared links remain functional even after files are moved within SharePoint. This is crucial for maintaining constant access to files by users who depend on these links. I would like to know if there is a way to keep the shared link functional after a file is moved, or if there is a unique file ID that remains constant and can be used to perform searches, even after the file is moved.
Example
New Location.json
Original Location.json
The text was updated successfully, but these errors were encountered: