lokalise / lokalise-cli-2-go

Lokalise CLI v2
Other
108 stars 52 forks source link

API request error 406 No keys for export with current export settings #103

Closed bviebahn closed 1 year ago

bviebahn commented 1 year ago

I'm trying to download the locale files using

lokalise2 --project-id <id> --token <token> file download --format json --unzip-to ./locales

And I'm getting

API request error 406 No keys for export with current export settings

Any idea how to fix this?

bviebahn commented 1 year ago

Fixed it by using the --all-platforms option.

SoohyungJung commented 5 months ago

Fixed it by using the --all-platforms option.

@bviebahn You saved my life. Thank you for sharing your solution!