Share specific documents
Pull files into your product so that any user can search and share that document
Your user authorizes your application to access their file storage service (e.g., Google Drive, Dropbox) via an OAuth or similar authorization flow through Merge Link.
Your user uses the File Picker modal after authorizing the integration to select which files and folders they want the ability to access and share.
Utilize GET /Files and GET /Folders to pull the files and folders selected from File Picker into your product.
Use the File file_url field so that users can easily click to navigate from your product to the selected file.