我知道我可以使用原始的googleapis包,但是我的服务器在导入该包时内存不足,因此我只使用了@googleapis/androidpublisher包。import { androidpublisher_v3 as AndroidPublisherApi } from "@googleapis/androidpublisher";
new Google_AssertionCredentials( array('https://www.googleapis.com/auth/androidpublisherUncaught exception 'Google_ServiceException' with message 'Error calling GET https://www.googleapis.com/androidpub
在某种程度上,我得到了一个错误Failed to perform edit insert call, error: Post https://www.googleapis.com/androidpublishercreatedFailed to perform edit insert call, error: Post https://www.googleapis.com/androidpublisher
server.ts import google from "googleapis";
const androidPublisher = google.androidpublisher("v3");(only one of the dozens of other methods use androidPublisher) 为了设置androidpublisher变量,我正在导入googleapis否则,上面的设置实际上会增加400ms/700ms的延迟,即使在不需要