<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Cannot drag and drop or upload a file into smart folder in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/cannot-drag-and-drop-or-upload-a-file-into-smart-folder/m-p/56808#M20539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been working on the smart folder template have created the model and&amp;nbsp;json file for it.I was successful in creating the standard folder and using manage aspect to get the smart folder inside the folder. But when I try to drag and drop any file into the smart folder it gives an error&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception from executeScript: 02200010 org.alfresco.repo.security.permissions.AccessDeniedException: 02200069 Access Denied.&amp;nbsp; You do not have the appropriate permissions to perform this operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The User is admin user. I am using alfresco community 5.2 and on Debian 9 OS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Her e is the copy of log file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2019-03-20 10:49:59,760 ERROR [org.springframework.extensions.webscripts.AbstractRuntime] [http-apr-8080-exec-6] Exception from executeScript: 02200010 org.alfresco.repo.security.permissions.AccessDeniedException: 02200069 Access Denied. You do not have the appropriate permissions to perform this operation.&lt;BR /&gt;org.springframework.extensions.webscripts.WebScriptException: 02200010 org.alfresco.repo.security.permissions.AccessDeniedException: 02200069 Access Denied. You do not have the appropriate permissions to perform this operation.&lt;BR /&gt; at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:1124)&lt;BR /&gt; at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:171)&lt;BR /&gt; at org.alfresco.repo.web.scripts.RepositoryContainer$3.execute(RepositoryContainer.java:519)&lt;BR /&gt; at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:464)&lt;BR /&gt; at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:587)&lt;BR /&gt; at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:656)&lt;BR /&gt; at org.alfresco.repo.web.scripts.RepositoryContainer.executeScriptInternal(RepositoryContainer.java:428)&lt;BR /&gt; at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:308)&lt;BR /&gt; at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:399)&lt;BR /&gt; at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:210)&lt;BR /&gt; at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:132)&lt;BR /&gt; at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)&lt;BR /&gt; at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)&lt;BR /&gt; at org.alfresco.module.aosmodule.service.ContextRootFilter.doFilter(ContextRootFilter.java:93)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)&lt;BR /&gt; at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:68)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)&lt;BR /&gt; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:218)&lt;BR /&gt; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)&lt;BR /&gt; at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:506)&lt;BR /&gt; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)&lt;BR /&gt; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)&lt;BR /&gt; at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:962)&lt;BR /&gt; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)&lt;BR /&gt; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)&lt;BR /&gt; at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1115)&lt;BR /&gt; at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)&lt;BR /&gt; at org.apache.tomcat.util.net.AprEndpoint$SocketWithOptionsProcessor.run(AprEndpoint.java:2486)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)&lt;BR /&gt; at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)&lt;BR /&gt; at java.lang.Thread.run(Thread.java:748)&lt;BR /&gt;Caused by: org.alfresco.repo.security.permissions.AccessDeniedException: 02200069 Access Denied. You do not have the appropriate permissions to perform this operation.&lt;BR /&gt; at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:57)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:166)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.alfresco.repo.model.filefolder.FilenameFilteringInterceptor.invoke(FilenameFilteringInterceptor.java:288)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)&lt;BR /&gt; at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)&lt;BR /&gt; at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)&lt;BR /&gt; at com.sun.proxy.$Proxy76.create(Unknown Source)&lt;BR /&gt; at org.alfresco.repo.jscript.ScriptNode.createFile(ScriptNode.java:1830)&lt;BR /&gt; at org.alfresco.repo.jscript.ScriptNode.createFile(ScriptNode.java:1811)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt; at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126)&lt;BR /&gt; at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225)&lt;BR /&gt; at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)&lt;BR /&gt; at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_upload_upload_post_js_14._c_main_4(classpath*:alfresco/templates/webscripts/org/alfresco/repository/upload/upload.post.js:412)&lt;BR /&gt; at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_upload_upload_post_js_14.call(classpath*:alfresco/templates/webscripts/org/alfresco/repository/upload/upload.post.js)&lt;BR /&gt; at org.mozilla.javascript.optimizer.OptRuntime.callName0(OptRuntime.java:74)&lt;BR /&gt; at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_upload_upload_post_js_14._c_script_0(classpath*:alfresco/templates/webscripts/org/alfresco/repository/upload/upload.post.js:480)&lt;BR /&gt; at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_upload_upload_post_js_14.call(classpath*:alfresco/templates/webscripts/org/alfresco/repository/upload/upload.post.js)&lt;BR /&gt; at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)&lt;BR /&gt; at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)&lt;BR /&gt; at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_upload_upload_post_js_14.call(classpath*:alfresco/templates/webscripts/org/alfresco/repository/upload/upload.post.js)&lt;BR /&gt; at org.mozilla.javascript.gen.classpath__alfresco_templates_webscripts_org_alfresco_repository_upload_upload_post_js_14.exec(classpath*:alfresco/templates/webscripts/org/alfresco/repository/upload/upload.post.js)&lt;BR /&gt; at org.alfresco.repo.jscript.RhinoScriptProcessor.executeScriptImpl(RhinoScriptProcessor.java:509)&lt;BR /&gt; at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:207)&lt;BR /&gt; at org.alfresco.repo.processor.ScriptServiceImpl.execute(ScriptServiceImpl.java:219)&lt;BR /&gt; at org.alfresco.repo.processor.ScriptServiceImpl.executeScript(ScriptServiceImpl.java:181)&lt;BR /&gt; at org.alfresco.repo.web.scripts.RepositoryScriptProcessor.executeScript(RepositoryScriptProcessor.java:109)&lt;BR /&gt; at org.springframework.extensions.webscripts.AbstractWebScript.executeScript(AbstractWebScript.java:1376)&lt;BR /&gt; at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:86)&lt;BR /&gt; ... 36 more&lt;BR /&gt;Caused by: net.sf.acegisecurity.AccessDeniedException: Access is denied.&lt;BR /&gt; at net.sf.acegisecurity.vote.AffirmativeBased.decide(AffirmativeBased.java:86)&lt;BR /&gt; at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:398)&lt;BR /&gt; at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:77)&lt;BR /&gt; at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;BR /&gt; at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:53)&lt;BR /&gt; ... 72 more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Mar 2019 00:56:59 GMT</pubDate>
    <dc:creator>prashidhashrest</dc:creator>
    <dc:date>2019-03-20T00:56:59Z</dc:date>
    <item>
      <title>Cannot drag and drop or upload a file into smart folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cannot-drag-and-drop-or-upload-a-file-into-smart-folder/m-p/56808#M20539</link>
      <description>Hello Everyone,I have been working on the smart folder template have created the model and&amp;nbsp;json file for it.I was successful in creating the standard folder and using manage aspect to get the smart folder inside the folder. But when I try to drag and drop any file into the smart folder it gives an e</description>
      <pubDate>Wed, 20 Mar 2019 00:56:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cannot-drag-and-drop-or-upload-a-file-into-smart-folder/m-p/56808#M20539</guid>
      <dc:creator>prashidhashrest</dc:creator>
      <dc:date>2019-03-20T00:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot drag and drop or upload a file into smart folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cannot-drag-and-drop-or-upload-a-file-into-smart-folder/m-p/56809#M20540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to this solved once i created a normal folder between those smart folders and showed the path to save the document to normal folder.&lt;/P&gt;&lt;P&gt;But I have got another error or problem. If I drag or drop or upload a file into the smart folder it does show to be processing but doesn't show the file inside the smart instead it is saved in to the normal folder. then from there we can change the type and aspects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello&amp;nbsp;&lt;B&gt;Jeff Potts&lt;/B&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can please help me understand this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 05:49:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cannot-drag-and-drop-or-upload-a-file-into-smart-folder/m-p/56809#M20540</guid>
      <dc:creator>prashidhashrest</dc:creator>
      <dc:date>2019-03-21T05:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot drag and drop or upload a file into smart folder</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/cannot-drag-and-drop-or-upload-a-file-into-smart-folder/m-p/56810#M20541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;B&gt;Fabian Fritz&lt;/B&gt;‌ ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw your YouTube video on smart folders. Great video. I could understand it even though i didn't know German language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuck with a problem that I have mentioned above. Can you please help me understand it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2019 02:31:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/cannot-drag-and-drop-or-upload-a-file-into-smart-folder/m-p/56810#M20541</guid>
      <dc:creator>prashidhashrest</dc:creator>
      <dc:date>2019-03-26T02:31:30Z</dc:date>
    </item>
  </channel>
</rss>

