Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

feat: Support directly passing file to API #103

Closed
wants to merge 2 commits into from

Conversation

parrotmac
Copy link

@parrotmac parrotmac commented May 23, 2022

This PR introduces the ability to directly upload a file in a signature request without first requiring that file to be somewhere on a filesystem. While a caller may have a file to pass, it's also reasonable to assume that the caller may only have the file in-memory, perhaps from a previous operation (such downloading from a URL or generating from somewhere).

Fixes #97

@parrotmac
Copy link
Author

Ah, appears this is duplicated with #91 -- either should work!

@CLAassistant
Copy link

CLAassistant commented Oct 11, 2022

CLA assistant check
All committers have signed the CLA.

@jtreminio-dropbox
Copy link
Contributor

Please use the new OpenAPI SDK: https://www.npmjs.com/package/@dropbox/sign

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hello Sign embedded signature request for pdf coming from stream [readable stream fs]
3 participants