Hi Sebastian,

here's an update.

1.  I was able to make the addNewUserWithExternalType work.  so im good with 
this.

2.  for the *addFolderByUserId *-> its slightly working, i said this because 
given the correct parameters, im able to retrieve a fileexploreritem_id, but 
when i checked the db, i saw some issue:

Please verify if im correct:

when i check the row record, the room_id that i passed when i called the api 
call, is being used as the filename column in fileexploreritem, i would say 
this is wrong, and the room_id column in the same table is being set to 0, 
im 100% sure that the way i call the api is correct: here's the param i use:

userId is the openmeeting user id, i hard coded it for now

Array
(
    [SID] => 049c86afc17f9e785db934265c9a5adf
    [userId] => 8
    [parentFileExplorerItemId] => 0
    [filename] => Test Folder
    [room_id] => 63
    [isOwner ] => 1
    [externalFilesid] => 0
    [externalType] => Testing
)

3.  For the *addFolderByUserId*, its not working because i keep on getting 

*Fatal error*:  Uncaught SoapFault exception: [soapenv:Server] For input 
string: "1308832914_3_uploadfile_03.jpg" 

let me know what you think.

Do you have any php script that you used to test this one, maybe i can play 
with that one as well if you have.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/_2fyzI0FKMoJ.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to