使用 Corona SDK 访问 public google 驱动器而无需身份验证

Accessing a public google drive without authentication using Corona sdk

我的 google 驱动器中有两个 public 文件夹,我希望我的应用程序能够从一个文件夹读取图像并将图像读写到另一个文件夹。有没有一种方法可以使用 google api 或任何 GET 方法来执行此操作,并且希望不需要授权或验证用户的 google 帐户?谢谢!

它是 Lua 使用 Corona SDK

开发的跨平台应用程序

很遗憾,您无法在没有任何身份验证的情况下访问特定驱动器/authorization

Every request your application sends to the Drive API must include an authorization token. The token also identifies your application to Google.

这个SO post也提出了同样的问题。

但是,如果您想进一步了解 answer of the SO post. This link,还有一个替代方案可能对您有所帮助。