I try to push a form from ODK Briefcase to ODK Aggregate, in the log y get this error
2019-06-01 11:23:52,976 [pool-2-thread-3] INFO o.o.briefcase.util.AggregateUtils - Attempting URI https://aggregate.infometrika.net/formUpload
2019-06-01 11:25:49,862 [pool-2-thread-3] ERROR o.o.briefcase.util.AggregateUtils - upload failed
org.opendatakit.briefcase.model.XmlDocumentFetchException: Form definition upload failed. Detailed error: (409) while accessing: https://aggregate.infometrika.net/formUpload
Please verify that the URL, your user credentials and your permissions are all correct.
at org.opendatakit.briefcase.util.AggregateUtils.httpRetrieveXmlDocument(AggregateUtils.java:251)
at org.opendatakit.briefcase.util.AggregateUtils.uploadFilesToServer(AggregateUtils.java:515)
at org.opendatakit.briefcase.util.ServerUploader.uploadForm(ServerUploader.java:341)
at org.opendatakit.briefcase.util.ServerUploader.uploadFormAndSubmissionFiles(ServerUploader.java:217)
at org.opendatakit.briefcase.util.TransferToServer.doAction(TransferToServer.java:49)
at org.opendatakit.briefcase.util.TransferAction$UploadTransferRunnable.run(TransferAction.java:85)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
this says that i don permission to upload my form, but the real error is a 409
The UI should show a brief description of this type to Error.