I am trying to do some api calls to assign users to groups. It looks like I successfully get the access token, but when I run the following call, I get the error. curl -X POST -H "Content-type: application/json" -H "Accept: application/json" -H "x-api-key: ${api_key}" -H "Authorization: Bearer ${ac...
I am having issues setting up a "OAuth 2.0" key for API calls on a local nodeJS server:https://adobeioruntime.net/api/v1/web/io-solutions/adobe-oauth-playground/oauth.html When i go to use the "Creative Cloud" I see this message:"requires Adbobe review" Within the developer console I try these sett...
Hi, I am trying to delete few files which are stored on azure blob store and files are getting deleted as per response.sample of code: await files.delete('publicxyz/publicfile.txt')But post deletion still I can preview those files data through an url which was provided from IO.
Hi, I am trying to delete few files which are stored on azure blob store and files are getting deleted as per response.sample of code: await files.delete('publicxyz/publicfile.txt')But post deletion still I can preview those files data through an url which was provided from IO.
When I enter in my Private key, and click generate I get an error message"There was an error generating the custom JWT. Please try again." Could someone please help with this?
I am trying to access a file on S3.This is a POC - the idea is to build the code in JavaScipt, deploy it on AIO and run it.The code uses aws-sdk module and works just fine when running it on my local terminal (using command node <filename>.js). I can even deploy the code onto AIO, by creating an act...
My company is looking to integrate SFTP import and export with Adobe Experience Manager as a Cloud Service. We have run into issues where previous Java implementation in on-premise AEM no longer is possible in Cloud Services due to restrictions in network ports to/from AEMaaCS. Our team is now explo...
I want to create a project with the following guide https://docs.servicenow.com/bundle/rome-it-asset-management/page/product/software-asset-management2/task/set-up-adobe-subscription.html to sync servicenow, but impossible to add the user management API. can anyone help me ? Thanks