You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Your old Aviary Api Key will no longer work with the Creative SDK, so you’ll need to create a new App ID on the My Apps page on CreativeSDK.com. Note: make sure you write down your Secret since you won’t be able to retrieve it after registering your app."
So unless you have an old Aviary API key, this module won't work until its updated to pass in the Client ID and also references the Adobe Creative SDK instead of the Aviary SDK.
In your code you specify this:
aviary.newImageEditor({apikey:'[KEY]', secret: '[SECRET]', image: img, tools: tools});
When I create an app on the Adobe Creative SDK site, it only gives me a 'secret' and a Client ID - no API key is given, so how do I obtain that?
I have tried the Client ID as the API key, and I get an invalid API key message.
The text was updated successfully, but these errors were encountered: