AdobeDocs / photoshop-api-docs

Adobe Photoshop API
https://adobedocs.github.io/photoshop-api-docs/
MIT License
104 stars 20 forks source link

Scopes issue #9

Closed hirenoble closed 6 years ago

hirenoble commented 6 years ago

Expected Behaviour

The Photo API needs an access token in the scope="system,openid,AdobeID,creative_sdk"

Actual Behaviour

Invalid scopes but I was able to generate an access token using just 'openid,AdobeID,creative_sdk'

Reproduce Scenario (including but not limited to)

using scopes=system,openid,AdobeID,creative_sdk

Steps to Reproduce

Platform and Version

Sample Code that illustrates the problem

Logs taken while reproducing problem

alshamma commented 6 years ago

Fixed. Thanks for reporting.