Closed bezysoftware closed 5 years ago
Hi there, please open a support request by emailing support@oneskyapp.com with your organization name. We will investigate your case.
It turned out to be bug in my code. Still, would be nice to have some more verbose response to understand what the server sees. If anyone is interested, this it the code I used for powershell:
$form = @{
'is_keeping_all_strings' = 'false'
'file_format' = 'IOS_STRINGS'
'file' = Get-Item $file
}
$response = Invoke-RestMethod -uri $uri -Method Post -Form $form
In particular notice the 'file' parameter
I cannot upload phrases using the API, I get this error
Here's what the url looks like:
The file with this name and format exist in the web app