Hello,
	I am trying to upload a file with the following code:
	   UploadService.UploadFileForUser
	  (
	      "record",
	      "tutu",
	      "P:\\Fortress\\record.bin",
	      UploadFileType.OTHER, 
	     "empty", 
	      app42Reply
	   );  
	 
	In the callback, i am getting the following exeption:
	 
	{"httpErrorCode":"400", "appErrorCode":"1400", "message":"Bad Request", "details":"The Request parameters are invalid"}
	 
	I can upload the exact same file with the same parameters from the App42 web interface.
	I tryed different file formats (BIN...).
	I tried different file path and file path formats.
	The user is existing (and it works with the web interface).
	 
	I use : App42_Unity3D_SDK_2.6.1.dll
	 
	Any idea ?