I had a similar issue when working with the Adobe Express Embed SDK API and receiving an "Invalid Scope" error message. After some troubleshooting, I found that the issue was related to the OAuth2 token scope that was being used.
In my case, the scope was set incorrectly, and I needed to adjust it t...