Closed hirenoble closed 6 years ago
The Photo API needs an access token in the scope="system,openid,AdobeID,creative_sdk"
Invalid scopes but I was able to generate an access token using just 'openid,AdobeID,creative_sdk'
using scopes=system,openid,AdobeID,creative_sdk
Fixed. Thanks for reporting.
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