Az oldal korlátolt funkcionalitással fog rendelkezni, amíg elvégezzük a felhasználói élményt javító karbantartást. Ha egy leírás nem oldja meg a problémáját, és kérdést tenne fel, akkor a támogatási közösségünk a @FirefoxSupport Twitter oldalon tud segíteni, vagy az /r/firefox oldalon a Redditen.

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

Update addon in Mozzilla repository with API

  • 1 válasz
  • 0 embernek van ilyen problémája
  • 2 megtekintés
  • Utolsó üzenet ettől: GerardoPcp04

more options

Good morning, I’m trying upload a new version “listed” of an extension to the mozzilla addons repository. I use web-ext sign to upload the version, that’s its ok, but when inmediatly try to modify the compatibility of the addon with desktop version with de API

curl -X PATCH https://addons.mozilla.org/api/v5/addons/addon/******/versions/*****/ -H ‘Authorization:JWT token’ -H ‘Content-Type: application/json’ -d '{“compatibility”:{“android”:{“min”:“109.0”,“max”:""}}}’.

I recive an error.

{detail=Request was throttled. Expected available in 2106 seconds.}

Are there any limitations for the (automated) invocation of the API?

Good morning, I’m trying upload a new version “listed” of an extension to the mozzilla addons repository. I use web-ext sign to upload the version, that’s its ok, but when inmediatly try to modify the compatibility of the addon with desktop version with de API curl -X PATCH https://addons.mozilla.org/api/v5/addons/addon/******/versions/*****/ -H ‘Authorization:JWT token’ -H ‘Content-Type: application/json’ -d '{“compatibility”:{“android”:{“min”:“109.0”,“max”:""}}}’. I recive an error. {detail=Request was throttled. Expected available in 2106 seconds.} Are there any limitations for the (automated) invocation of the API?

Összes válasz (1)

more options

Hola Disculpa la demora en responderte, este foro es atendido por usuarios, no tenemos desarrolladores en este foro, sugeriría que consultes en el chat de soporte de Addons: https://chat.mozilla.org/#/room/#addons:mozilla.org Saludos