Posts

Post not yet marked as solved
0 Replies
789 Views
I need to provide user's a way to upload content and access the content via a url in our app. It's very easy to do with Google, Microsoft, and others. Here are two examples:Google Drive - Share files, folders and driveshttps://www.dropbox.com/developers/documentation/http/documentation#file_requests-createhttps://developers.google.com/drive/api/v3/manage-sharingMicrosoft OneDrive - Create a sharing link for a DriveItemhttps://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_createlink?view=odsp-graph-onlineHow do I accomplish this feature?
Posted Last updated
.