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

Doesn't work for the getting the signed document URL #42

Closed
alexmac05 opened this issue Nov 8, 2016 · 2 comments
Closed

Doesn't work for the getting the signed document URL #42

alexmac05 opened this issue Nov 8, 2016 · 2 comments

Comments

@alexmac05
Copy link

This ruby gem did not work to get the signed document URL

@kluzny
Copy link

kluzny commented Jul 18, 2017

It would be nice if we could get the pdf final version of a file using the gem's auth

sr = HelloSign.get_signature_requests(signature_request_id: "e72fcc55")
tempfile = sr.final_copy

Presently, I receive the webhook event and have to manually use open-uri to auth and fetch down the file and attach it to my own s3 bucket.

@kluzny
Copy link

kluzny commented Jul 18, 2017

for anyone else checking issues, it's just not found in the docs:
https://github.com/HelloFax/hellosign-ruby-sdk/blob/f8af9b3219e14222cf44172071339a8651e1f7ea/lib/hello_sign/api/signature_request.rb#L250
but the method is HelloSign.signature_request_files

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

No branches or pull requests

3 participants