Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Adobe AEM Fusion Module

Avatar

Level 3

Hello all, 

 

I am using the AEM Module to create a folder. Whenever I run the scenario, I am getting a 200 response code. Based on the API documentation, 201 is the code for creation and not 200. 

 

Also, reading through the API, it seems you need to define properties and class. However, I am not sure what should be the syntax.

 

Any help will be appreciated. 

1 Accepted Solution

Avatar

Correct answer by
Level 1

Same issue. The module is successful with 200 response but the folder is not getting created in AEM. Any help?

View solution in original post

4 Replies

Avatar

Correct answer by
Level 1

Same issue. The module is successful with 200 response but the folder is not getting created in AEM. Any help?

Avatar

Level 3

To create a folder, you need to make sure that you have access and are in the Admin group. This would require you to go into your AEM and set yourself in all the groups to start with and then try creating a folder. 

Avatar

Level 1

That did the trick! Thank you for the help!

Avatar

Level 1

How do we check if the folder in AEM exists before trying to creating it?