Closed matiaso closed 8 years ago
I receive an error message "401 Fail to authorize":
$osaClient = new OneSkyApp\Client; $osaClient->setApiKey(API_KEY)); $osaClient->setSecret(API_SECRET)); $osaClient->translations('export', array( 'project_id' => $projectId, 'locale' => $locale, 'source_file_name' => $filename ));
It was a problem relative to Docker and date.
I receive an error message "401 Fail to authorize":
$osaClient = new OneSkyApp\Client; $osaClient->setApiKey(API_KEY)); $osaClient->setSecret(API_SECRET)); $osaClient->translations('export', array( 'project_id' => $projectId, 'locale' => $locale, 'source_file_name' => $filename ));