Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
Could you some instruct me how to add publisher quickly ? instead of adding individually.
Another question is when i add an pubblish with email :abc@yahoo.com. Then i removed it, next i add publisher again with that email (abc@yahoo.com) kaltura appear :this email is exist. Could anyone help me to resolve ?
Thank you very much
Another question is when i add an pubblish with email :abc@yahoo.com. Then i removed it, next i add publisher again with that email (abc@yahoo.com) kaltura appear :this email is exist. Could anyone help me to resolve ?
Unfortunately, when a publisher is deleted from the admin panel, it doesn't actually remove the user entry from the database; I have found I need to go into the 'users' table to manually either remove the publisher record, or at least change the email address to one that will never be replicated.
We are trying to do the same thing. We need to create users on the fly, through the API or by a direct MySQL table record insert, but no luck with either. Is there anybody who has achieved this?
Perhaps it may be an idea to look at the Drupal All in One module to see how that effects the "instant" publisher creation? It includes a full kalturaClient class base, and I'm sure the code used in that could be migrated without too much difficulty, to use within your own application.
Perhaps it may be an idea to look at the Drupal All in One module to see how that effects the "instant" publisher creation? It includes a full kalturaClient class base, and I'm sure the code used in that could be migrated without too much difficulty, to use within your own application.
Thanks for your reply. For many many hours we have been trying to make sense from the API and its documentation. So far, the possibilities on paper are plenty but in reality the API is often not working, throwing odd errors, sometimes even telling us whole classes are missing, and the documentation is full of holes. Before diving into yet another API documentation; have you (or somebody else) been able to pull something like this off? Creating a new user using the API? The PDF manual of the drupal module also appears to be incomplete and outdated. Creating new users is so basic and should so easily be possible, yet we are right now going down a completely different road because we do not trust the API anymore. Instead, we are dissecting the MySQL database and examining how the tables changed after we added a user through the admin console. By simply adding the same records we hope to be able to create users on the fly without needing the API. Will post updates of our progress. In the meantime, if somebody could shed light on the API that would be excellent as well.
After posting on this forum and twitter for several days we got a reply that might help, i have posted the code, check it out here:
http://www.kaltura.org/create-new-users-kaltura-api-and-php-library
We are trying to do the same thing. We need to create users on the fly, through the API or by a direct MySQL table record insert, but no luck with either. Is there anybody who has achieved this?