The params to specifiy to make it go into the private folder are ... http://code.google.com/p/openmeetings/wiki/SoapMethods#importFile
.. Quote: Description: Import file from external source to upload a file to a room-drive you specify: - externalUserId, user if of openmeetings user for which we upload the file - room_id = openmeetings room id - isOwner = 0 - parentFolderId = 0 to upload a file to a private-drive you specify: - externalUserId, user if of openmeetings user for which we upload the file - room_id = openmeetings room id - isOwner = 1 - parentFolderId = -2 For Boolean Values 0 and false or 1 and true have the same meaning. *Is this a per room, meaning if the same user goes in to another room, would it still show the old folders?* =>The files in the private folder are bound to the user, so they stay the same in all conference rooms and are only visible to the user. Files in the public folder are bound to the conference room, they are accessible by everybody, but if you change the conference room, you have a new public drive. Sebastian 2011/6/28 Daniel Jao <[email protected]> > hi sebastian, > > i was able to make the addFolderByUserId work, but i have some questions > for you: > > 1. Im seeing it in public drive, i want it to be seen in the my home > drive, what parameters should i pass? currently im using this parameters > > array( > 'SID' => $sessionId, > 'userId' => $openmeetingUserId, > *'parentFileExplorerItemId'=>0,* > 'fileName'=>$folderName, > 'room_id' => $roomId, > * 'isOwner ' => true, * > 'externalFilesid' => 0, //fix this one > 'externalType'=>$user_type > > ); > > 2. Is this a per room, meaning if the same user goes in to another room, > would it still show the old folders? > > > thanks, > daniel > > -- > 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/-/ULsEbQuAJ0kJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/openmeetings-user?hl=en. > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
