Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant do any actions #8

Open
dwin-gharibi opened this issue Dec 1, 2021 · 1 comment
Open

Cant do any actions #8

dwin-gharibi opened this issue Dec 1, 2021 · 1 comment

Comments

@dwin-gharibi
Copy link

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)

@gburgi
Copy link
Contributor

gburgi commented Dec 11, 2021

Hi @wolfsudo

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants