Add collaboration support for document sharing and permission management#66
Merged
Add collaboration support for document sharing and permission management#66
Conversation
acee0cb to
9b162c4
Compare
tagliala
reviewed
Nov 24, 2025
2a7a0c6 to
cb02355
Compare
ec44154 to
ea10172
Compare
- Add collaboration methods to Sharepoint::Client: - collaboration_upload_document: Upload with UniqueId capture - collaboration_grant_permissions: Grant permissions to multiple users - collaboration_revoke_user_permission: Revoke single user permission - collaboration_revoke_all_permissions: Reset to inherited permissions - collaboration_get_web_edit_url: Generate SharePoint web editor URLs - collaboration_download_document: Download with proper content extraction - collaboration_delete_document: Delete documents from SharePoint - collaboration_delete_folder: Delete folders and their contents - collaboration_get_file_unique_id: Get file GUID - collaboration_document_exists?: Check if document exists - detect_office_type: Detect file type for web URLs (no prefix) - Add collaboration error classes: - UploadError, PermissionError, DownloadError, DeleteError - Configuration support for collaboration: - site_path: SharePoint site path - base_folder: Base collaboration folder - base_uri: SharePoint base URI
ea10172 to
0419d5d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add collaboration support for document sharing and permission management
Add collaboration methods to Sharepoint::Client:
Add collaboration error classes:
Configuration support for collaboration: