Python GAE app using 2-legged OAuth and 3-legged OAuth at same time

瘦欲@ 提交于 2019-12-04 17:00:24
methadata

AFAIK there is no way to authorize a write operation to Google Contacts Data API using 2-legged OAuth.

Google's documentation specifies which APIs are accessible via 2-legged OAuth, but it seems that someone at Google's forgot to specify that some of them are read-only :-S

Some people had the same problem here and here.

I look forward someone at Google to fix this. Until then, harcoding admin-level credentials is the only option I know that it works. I don't like it at all: it's dirty but effective. If someone knows a more elegant zen-level way, please illuminate us!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!