-
Describe the bug Il software quindi e' scritto correttamente in quanto molti miei clienti riescono a lavorare correttamente. Env info To Reproduce $companies = $userInstance->listUserCompanies();
if (empty($companies->getData()->getCompanies())){
return;
}
$companyId = $companies->getData()->getCompanies()[0]->getId();
$cont_pagina = 1;
$listaClienti = [];
try {
$resClienti = $clientInstance->listClients($companyId, null, null, null, $cont_pagina, 100);
} catch (Exception $e) {
return;
} 401] Client error: GET https://api-v2.fattureincloud.it/c/944984/entities/clients?page=1&per_page=100 resulted in a 401 Unauthorized response: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Ciao @piccio85 dall'errore The given user is not authorized to use this application sembrerebbe che gli utenti in questione non siano stati aggiunti alla whitelist dell'applicazione, più informazioni qui (sezione private apps). Grazie, |
Beta Was this translation helpful? Give feedback.
Ciao @piccio85 dall'errore The given user is not authorized to use this application sembrerebbe che gli utenti in questione non siano stati aggiunti alla whitelist dell'applicazione, più informazioni qui (sezione private apps).
Grazie,
Emanuele.