내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

The .ics file cannot be downloaded on the publish instance.

Avatar

Community Advisor and Adobe Champion

hi,

 

We are having download button which download .ics file (calendar file). In author, it works fine, but in publish, it does not.

path of .ics file /content/dam/test/WeekendMay2023.ics

in Author if you click on download calendar button it will download .ics file.

MayurSatav_2-1682658011569.png

 

but In publish, clicking the download button results in a 404 error.

MayurSatav_1-1682657965525.png

 

I tried allowing .ics  extension in filters.any but still it is not working.

 

/type "allow" /extension '(css|eot|gif|ico|jpeg|jpg|js|gif|pdf|png|svg|swf|ttf|woff|woff2|html|mp4|mov|m4v|ics)

 

Does anyone know what could be the issue?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

Hi @MayurSatav ,

 

There are two possible causes for this.

 

/0103 { /type "allow" /extension '(ics)' /path "/content/dam/*" }

 

 

Hope this helps!

 

Regards,

Nitesh

 

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Community Advisor

Is the ICS comes from the DAM link? If so please make sure the ICS file is also published.

Avatar

Community Advisor and Adobe Champion

yes, it. is coming from dam and published also

Avatar

정확한 답변 작성자:
Employee Advisor

Hi @MayurSatav ,

 

There are two possible causes for this.

 

/0103 { /type "allow" /extension '(ics)' /path "/content/dam/*" }

 

 

Hope this helps!

 

Regards,

Nitesh

 

Avatar

Community Advisor and Adobe Champion

Thanks @nitesh_kumar , above rule worked