Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

mikecyang
mikecyang
Offline

Badges

Badges
14

Accepted Solutions

Accepted Solutions
23

Likes Received

Likes Received
10

Posts

Posts
54

Discussions

Discussions
3

Questions

Questions
51

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by mikecyang
Customize the badges you want to showcase on your profile
Re: Error with API demo/PHP sample number 3 - Aem Api Integration 27-08-2015
No worries, please let us know if you encounter any further issues/questions.

Views

1.7K

Likes

0

Replies

0
Re: Problem to upload .article file - Adobe Experience Manager Mobile 24-08-2015
Hi,A fix for this special character issue was already underway and it should be deployed in our next release. You can keep track of new releases/updates here: https://status.publish.adobe.com/

Views

1.0K

Likes

0

Replies

0
Re: API issue - Adobe Experience Manager Mobile 21-08-2015
Hi,The function that controls the order of the entities within a collection is located in /class/collection.php, updateContetnElements(). By default, it is doing this: // iterate through the new list of entities foreach($this->contentElements as $contentElement) { // append each entity to the end of the existing list of entities $data[] = array( 'href' => $contentElement ); }$data contains the existing list of entities (can be empty), and $this->contentElements have the newly added list of entit...

Views

746

Likes

0

Replies

0
Re: Collection and article organization - Adobe Experience Manager Mobile 21-08-2015
Hi,The order that you selected the article (or banner/collection) when adding them to a collection will also determine the order of the contents within that collection.

Views

921

Likes

0

Replies

0
Re: Article questions - Aem Api Integration 20-08-2015
I believe dpsa53128946 is implementing a custom solution outside of the Dashboard and which takes advantage of the API to ingest content into the system and can also be used to manipulate existing content. It can be used for batch uploading/processing of articles. Folks are welcome to engineer their own solutions for this using the examples and documentation. Documentation is available in the link provided by mike-o.

Views

1.6K

Likes

0

Replies

0
Re: Html to .article - Adobe Experience Manager Mobile 18-08-2015
Hi,You can use the HTML Article Packager to generate the .article file. Please see this article for the written/video tutorial and the packager itself: Create HTML articles for DPS 2015

Views

373

Likes

0

Replies

0
Re: Is there a way available to get all the collection names under which an entity is being assigned? - Adobe Experience Manager Mobile 11-08-2015
Hi,To get the list of collections that reference a specified entity, please refer to the following API request (see Producer-Service-Entity section of the swagger documentation):GET /publication/{publicationID}/{entityType}/{entityName}/{referencingEntityType}The above request has been added to the DPS2015 Content Producer API examples, you can now use the function getReferencing(). Please see /article/get_referencing_entity.php for the full example.You can download the latest DPS2015 Content Pr...

Views

841

Like

1

Replies

0
Re: API Key, device id and device token - Adobe Experience Manager Mobile 06-08-2015
thanks, Mike.

Views

374

Likes

0

Replies

0
Re: DPS 2015 API Documantation - Adobe Experience Manager Mobile 05-08-2015
Just a followup, we have achieved success using the code example you provided! Thank you!Jeff

Views

408

Likes

0

Replies

0
Re: Article Packager 1.1 not working on osX 10.10.4 - Adobe Experience Manager Mobile 10-08-2015
Hi Bob, sorry for the late reply. This is definitely the right answer. I just misread it in the first place.Thank you for your help!

Views

485

Likes

0

Replies

0