mastodon / documentation

Mastodon documentation
https://docs.joinmastodon.org
GNU Free Documentation License v1.3
1.7k stars 968 forks source link

Undocumented 403 from /api/v1/statuses/:id/translate #1330

Open nikclayton opened 9 months ago

nikclayton commented 9 months ago

This can fail with a 403 and body { "error": "This action is not allowed" }.

This happens if the status' language and the language of the account doing the translating are the same (e.g., a status mistakenly tagged as English but written in another language can not be translated by someone with their account set to English).

nikclayton commented 9 months ago

https://github.com/mastodon/mastodon/issues/27439 is related to this -- it's currently not possible to determine the user's preferred language using the API.