Checked the functionality for shared content. Created one sharedContent entity and uploaded two js files in that. But facing problem for files with other mimetypes like images, css etc. Its throwing error "Bad mimetype found. Asset declared to be of mimetype application/javascript, but was found to ...
I found that the getContentElements() will return the list of entities within a collection but is there a way to get all the collection names under which an entity is being assigned?
Is there a way to get the response from adobe like the status of the content(article, banner)/ collection whether it exists, created successfully or not, published or not? We were checking the code and found that in each request they are calling to _request() function inside user.php, where they are...
I am trying to check the status of an article created using the API's getStatus() method, but always I am getting error and the request url is like this https://pecs.stage02.publish.adobe.io/status//article/test-article. Can anyone please suggest why this error happens?