Blog
Home/

Trending Topics: Latest from our forums (May 2022)

Inbar Gazit
Inbar GazitSr. Manager, Developer Content
Summary3 min read

See how our most popular recent threads on Stack Overflow can help you solve your own development issues.

    • Additional resources

    Table of contents

    Here are some of the latest popular questions that the Docusign developers community asked on Stack Overflow in the month of May 2022. You too can ask questions by using the tag docusignapi in Stack Overflow.

    Thread: Unable to obtain embedded recipient view from Docusign

    https://stackoverflow.com/questions/72116586/

    Summary: The developer is trying to create an embedded signing session for a recipient in one of the envelopes and is getting back an error from the EnvelopeViews: createRecipient API call that says “The recipient you have identified is not a valid recipient of the specified envelope.”

    Answer: To generate an embedded signing session, developers have to make a POST call to EnvelopeViews: createRecipient that includes information about the envelope and recipient they’re interested in. The recipient must have a clientUserId set when the envelope was created, and the same clientUserId must be specified in the POST call. The email and userName fields in the JSON for this call must match exactly what was provided when the envelope was created for the same recipient. Any difference between the two would result in the error message that this developer received. See How to request a signature through your app on the Developer Center for a step-by-step guide with code examples in eight different languages showcasing this scenario. 

    Thread: Docusign permanent authentication?

    https://stackoverflow.com/questions/72194117/

    Summary: This developer is building an integration with Docusign APIs and is wondering how they can ensure that the users of their application don’t have to log in to Docusign. They want to have a fixed authentication scheme that works indefinitely.

    Answer: If you use Auth Code Grant to authenticate your application, then the user has to log into Docusign frequently, and you can use refresh tokens to increase the time before the user has to log in again, but it’s not permanent.

    If you use JWT, you only need to get consent once per user (or use administrative consent for the entire account) and then you won't need to have a user log in or do anything else again to obtain a new access token.

    Thread: Uploading a Document via the Docusign CLM API

    https://stackoverflow.com/questions/72354421/

    Summary: The developer is using the Docusign CLM API to try to upload a document to CLM and getting an error suggesting that they didn’t use Base64 encoding correctly, even though they did encode the document using Base64 encoding.

    Answer: The Content:Upload endpoint of the CLM API requires that the Base64 document is sent as a binary stream in the HTTP request and not as the body of the JSON, as is commonly done with other APIs.

    Additional resources

    Inbar Gazit
    Inbar GazitSr. Manager, Developer Content

    Inbar Gazit has been with Docusign since 2013 in various engineering roles. Since 2019 he has focused on developer content. Inbar works on code examples including the launchers, available on GitHub in eight languages, and helps build sample apps showcasing the various Docusign APIs. He is also active on StackOverflow, answering your questions. Inbar can be reached at inbar.gazit@docusign.com.

    More posts from this author

    Related posts

    • Developer Spotlight

      Developer Spotlight is Coming to Docusign Community!

      Matthew Lusher
      Matthew Lusher
    • Breaking the Language Barrier: Why Large Language Models Need Open Text Formats

      Dan Selman
      Dan Selman
    • Understanding Levenshtein Distance: Applications to AI-Generated Text

      Vincent Pan
      Vincent Pan

    Developer Spotlight is Coming to Docusign Community!

    Matthew Lusher
    Matthew Lusher

    Understanding Levenshtein Distance: Applications to AI-Generated Text

    Vincent Pan
    Vincent Pan

    Discover what's new with Docusign IAM or start with eSignature for free

    Explore Docusign IAMTry eSignature for Free
    Person smiling while presenting