Any-toon
Any-toon
``` _proto.dropboxCommand = function dropboxCommand() { var _this4 = this; parent.OC.dialogs.filepicker( 'Choose a file to add as attachment', function (path) { var size = 0; var name = path.substring(path.lastIndexOf("/") +...
Any news on this issue? Did anyone manage to implement the nesting feature in rainloop ? Will someone implement this feature? Maybe someone can create an attachment attachment function for...
> With the code posted above ([#42 (comment)](https://github.com/pierre-alain-b/rainloop-nextcloud/issues/42#issuecomment-633115762)), it is working. Only backside: You need to enter the password for the file selection. > I did not manage to avoid...
**Please help me install this code correctly. Does it work on nextcloud 23 ?** ``` _proto.dropboxCommand = function dropboxCommand() { var _this4 = this; parent.OC.dialogs.filepicker( 'Choose a file to add...
**Friends who can decide on the latest version of nextcloud - rainloop ?** ``` _proto.dropboxCommand = function dropboxCommand() { var _this4 = this; parent.OC.dialogs.filepicker( 'Choose a file to add as...
> The code you took out is working. > > Open your app.js file, search for _proto.dropboxCommand = function dropboxCommand() { and replace it with code above. then save it...
> The code you took out is working. > > Open your app.js file, search for _proto.dropboxCommand = function dropboxCommand() { and replace it with code above. then save it...
Does the above code work for anyone on nextcloud 23 ? rainloop 1.16.0 Can someone who works code, send two files for verification?
``` _proto.dropboxCommand = function dropboxCommand() { var _this4 = this; parent.OC.dialogs.filepicker( 'Choose a file to add as attachment', function (path) { var size = 0; var name = path.substring(path.lastIndexOf("/") +...
> > Error while downloading the document file to be converted.) (версия 7.1.0.215) > > This error usually mena that DocumentServer cannot access file it's trying to convert, usually due...