Access Denied Error in documentviewerfield

Hi All,

I'm trying to display an excel file in the user interface using the document viewer field. I'm using a valid file to display but then i get the following error. Any help would be appreciated.

{
a!documentViewerField(
label: "Test Doc",
document: 96387,
height: "TALL",
altText: "Display an excel"
)
}

Error:

Access Denied (content_filter_denied)

Please contact the Service Desk if you require access for business purposes.
Time: [05/Nov/2019:10:26:27 +0000]
URL: tcp://appian-dev.appnstatic.com:443/

For assistance, contact your network support team.

Thanks

Nandini

  Discussion posts and replies are publicly visible

Parents
  • as far as i know, Document viewing behavior differs depending on the document type and browser. Some browsers may render documents inline, while other browsers or file types may be downloaded. Browser plug-ins or extensions may impact this behavior. Consider the browsers that your users will be using to access your application.

    • Example: PDF documents are displayed inline in Chrome, Firefox, Safari, and Edge, but are downloaded by default in Internet Explorer 11.

    Also i remember that it only supports PDF and word types (i might be wrong in this but it is worth checking )

Reply
  • as far as i know, Document viewing behavior differs depending on the document type and browser. Some browsers may render documents inline, while other browsers or file types may be downloaded. Browser plug-ins or extensions may impact this behavior. Consider the browsers that your users will be using to access your application.

    • Example: PDF documents are displayed inline in Chrome, Firefox, Safari, and Edge, but are downloaded by default in Internet Explorer 11.

    Also i remember that it only supports PDF and word types (i might be wrong in this but it is worth checking )

Children