Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Permission Denied when trying to create from API

New Here ,
Feb 03, 2019 Feb 03, 2019

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

2.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 12, 2019 Feb 12, 2019
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines