Can we upload files outside /content/dam? | Community
Skip to main content
Level 2
July 18, 2022
Solved

Can we upload files outside /content/dam?

  • July 18, 2022
  • 2 replies
  • 1017 views

Can we create/upload files in any default/custom folder in /content like in -

/content/rep:policy
/content/campaigns
/content/projects
/content/experience-fragments
/content/cq:tags
/content/usergenerated
/content/core-components-examples
/content/launches
/content/communities
/content/sites
/content/forms
/content/catalogs
/content/screens
/content/community
/content/community-components ?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Magicr

You can create nodes everywhere in the reporsitory. Exceptions are the bin folder under root and some other folders (see in CRX, some folder names have got a gray color).

2 replies

Magicr
Level 6
July 18, 2022

At least you should avoid paths "content/cq:tags" and "content/rep:policy". The last one contains the previliges for your content structure. What is your use case to store files outside from dam folder?

Level 2
July 18, 2022

Okay. I don't have any use case to create it outside dam but I trying to make sure to check if it's restricted.

Magicr
MagicrAccepted solution
Level 6
July 19, 2022

You can create nodes everywhere in the reporsitory. Exceptions are the bin folder under root and some other folders (see in CRX, some folder names have got a gray color).

arunpatidar
Community Advisor
Community Advisor
July 18, 2022

technically, you can create any node inside any parent node if parent node allows that.

To know which child nodes allow by a parent you should check .cnd files in your Repository.

 

 

Arun Patidar