--
You received this message because you are subscribed to the Google Groups "zotero-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zotero-dev+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/zotero-dev/3707d253-a474-41e8-9d5f-0be15d7a126fn%40googlegroups.com.
Hi, just following up on my earlier query. I was able to authenticate via OAuth 1.0a and receive access_token and access_secret. GET requests work fine, but all my POST requests return:
Does this mean OAuth tokens alone cannot provide write access and I must use a Zotero API key? Is there any way to get that key programmatically after OAuth, or is manual key generation the only option?