https://github.com/GoogleCloudPlatform/google-cloud-cpp/ https://github.com/GoogleCloudPlatform/google-cloud-cpp/blob/master/google/cloud/storage/examples/storage_quickstart.cc
构建所有可用库后,运行 storage_quickstart
/home/google-cloud-cpp/build-output/google/cloud/storage/examples/storage_quickstart bucket_name project_id
得到这个
Standard C++ exception raised: [json.exception.parse_error.101] parse error at 1: syntax error - unexpected end of input; expected '[', '{', or a literal
错误在
namespace gcs = google::cloud::storage;
gcs::Client client;
有任何想法吗 ?