Forum Discussion
springct-akouodev
Jan 27, 2022Copper Contributor
Explicitly sharing files externally
Requirement: Let user A (in tenant/org Y) share a file with user B (in tenant/org Z) and allow user B to access or copy this file to their storage programmatically. Can this be achieved? I have t...
Jul 07, 2026
- Use /invite or createLink to share the file from User A (Tenant Y) with User B (Tenant Z).
- Authenticate User B against Tenant Y (as a B2B guest) and access the file via the /shares/{shareId} API.
- Download the file, then upload it to User B's OneDrive in Tenant Z.
- Cross-tenant /copy is not supported, and sharedWithMe is not recommended for this scenario.