Skip to content
English
  • There are no suggestions because the search field is empty.

Edit in Desktop App

Original Question or Issue:

Edit in FileCloud Desktop App feature is not working from the file preview tab. 


Environment:

  • Product - FileCloud Server
  • Version - 23.241 and 23.242
  • Platform - Any

Steps to Reproduce:

The Desktop Edit option from the Preview tab is not working.


Error or Log Message:

Edit in Desktop App Not Running!


Defect or Enhancement Number:

 


Cause:

CSP rules block request to http://127.0.0.1:34320


Resolution or Workaround:

Please add the below entry :
blob: data: http://127.0.0.1:34320/v1/fileassociations

To the file below in all your FileCloud web nodes:
<Drive_Letter>:\xampp\htdocs\.htaccess


Notes:

Example: connect-src 'self' *.amazonaws.com *.core.windows.net blob: data: http://127.0.0.1:34320/v1/fileassociations *.autodesk.com; \