Hey guys, I am trying to import thousands of existing photos into VB5. The images exist in folders/subfolders on the server. Anyone have a basic script to programmatically create a new gallery folder for a user and import a photo into it? I can probably figure it out from there if I had a sample to look at. Thanks in advance!
--------------- Added [DATE]1492107744[/DATE] at [TIME]1492107744[/TIME] ---------------
A little more info as I keep trying to figure this out on my own - when I do this:
Code:
$response = $api->callApi('content_gallery', 'add', array('data' => $data, 'options' => $options));
I get the humanverify_missing error. It would seem to me that by using the API this would be disabled for the purpose of the request being made, but nevertheless ... so I disabled the Human Verification Manager in the admin panel, and now I get a "permission denied" error coming back from the API call.