Google Cloud Print API: User credentials required

前提是你 提交于 2019-12-05 18:56:12

In order to make this work (as there is no exact documentation).

Add https://www.googleapis.com/auth/cloudprint to the scope of the login procedure.

If you look here: https://github.com/dpsm/android-print/blob/master/src/main/java/com/github/dpsm/android/print/GoogleCloudPrint.java

They want the Authorization to be Bearer ACCESS_TOKEN_HERE

instead of GoogleLogin auth=ACCESS_TOKEN_HERE

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