I am required to create a share feature (like the one in Sharepoint or OneDrive) for documents, items and folders, for Sharepoint online and on-premise, in a Xamarin app.
What I have:
- Sharepoint REST API.
- Xamarin app connected to a Sharepoint online and on-premise server.
- Sharepoint content is available in Xamarin app and user can select the option Share item which I have to implement.
What I need:
- The logic to implement to be able to create the shareable link and actually share it like the Sharepoint website online does it (check screen shot).