我应该上传下载的客户端库google-api-php-client-master 能够使用api(即datastore api)或者我应该在服务器端以其他方式要求/包含文件?我的客户代码是:
require_once 'Google/Client.php';
require_once 'Google/Auth/AssertionCredentials.php';
require_once 'Google/Service/Datastore.php';
包含数据存储api文件。而google-api-php-client-master则复制到我的本地应用程序目录中。