You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi dear @Gudabu , I had tried for many times to do some actions like getting principalList but every action i do it returns
the error like:
Response: {"status":{"@attributes":{"code":"no-access","subcode":"no-login"}}}
The written code is:
$config = new AdobeConnect\Config(
"domain",
"email",
"pass"
);
Please check if credentials used in the Config has admin permission.
Also yo don't need to call to login method again, unless you want to change the user, but that user need admin permission to for call sco-search action too.
Hi dear @Gudabu , I had tried for many times to do some actions like getting principalList but every action i do it returns
the error like:
Response: {"status":{"@attributes":{"code":"no-access","subcode":"no-login"}}}
The written code is:
$config = new AdobeConnect\Config(
"domain",
"email",
"pass"
);
$client = new AdobeConnect\ApiClient($config);
$client->login("email","pass");
$scos = $client->scoSearch('term...');
var_dump($scos)
The text was updated successfully, but these errors were encountered: