Can you include a full dump of the a request and response, including
HTTP headers? One possibility is that the action token (T parameter)
is stale. This is indicated by a X-Reader-Google-Bad-Token header in
the response.
> I also noticed that edit-tag supports an async
> and pos parameter and was wondering what does are and if we are using
> them in a wrong way.
If "async" is true, then the request will return immediately, instead
of waiting for the operation to be fully committed to our backend. If
you don't app
"pos" is used to indicate the position of the item in the list of
items that the user is reading. We use it to measure quality when
using "magic" ranking (we'd expect/like users to click on items that
appear first). You can just omit it if you don't have a well-defined
display order.
Mihai