Google Apps Marketplace SDK Invalid credentials (missing or invalid oAuth token)

妖精的绣舞 提交于 2019-12-01 06:58:34

问题


I am trying to publish an application in Google Apps Marketplace. To publish I need to upload the icons while I am trying to click the select button it is showing the error Invalid credentials (missing or invalid oAuth token)


回答1:


This is happening to me as well, so I tried testing it with different users on different environments and browsers, all with the same result. I believe this is a Google infrastructure problem, not anything you are doing wrong.

Perhaps one day someone at Google might realize there's a problem and it will mysteriously begin to work again. Hard to tell, since they refuse to offer any reasonable support.

If perhaps anyone from Google happens across this thread, pushing the select button opens a modal and my javascript console contains the following error (before several other errors):

Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://docs.google.com') does not match the recipient window's origin ('https://code.google.com').



来源:https://stackoverflow.com/questions/22060961/google-apps-marketplace-sdk-invalid-credentials-missing-or-invalid-oauth-token

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