Skip to main content
bryanw79385884
Participant
February 4, 2019
Question

Permission Denied when trying to create from API

  • February 4, 2019
  • 1 reply
  • 2750 views

Hi there,

I am developing an application using the Developer account of Adobe Sign. Everything seems to work until I try to send a document when I get

Metadata

x-request-id : 28aeb3d9-a147-44b3-a66c-a35e24db5a35

content-type : application/json

status : 403

Body

{

  "code": "PERMISSION_DENIED",

  "message": "The API caller does not have the permission to execute this operation"

}

As near as I can tell, my scopes are fine. The oauth process requests "user_login:self+agreement_read+agreement_send+library_read" and the application has

Is the ability to send documents disabled in the developer account? Our "real" account is a business level that we're getting ready to change to enterprise.

Thanks

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    February 12, 2019

    Your scope is not formatted correctly.

    You have: user_login:self+agreement_read+agreement_send+library_read

    It should be: user_login:self+agreement_read:account+agreement_send:account+library_read:account