https://github.com/GoogleCloudPlatform/google-cloud-cpp/ https://github.com/GoogleCloudPlatform/google-cloud-cpp/blob/master/google/cloud/storage/examples/storage_quickstart.cc
after building all available libraries, run storage_quickstart
/home/google-cloud-cpp/build-output/google/cloud/storage/examples/storage_quickstart bucket_name project_id
get this
Standard C++ exception raised: [json.exception.parse_error.101] parse error at 1: syntax error - unexpected end of input; expected '[', '{', or a literal
error at
namespace gcs = google::cloud::storage;
gcs::Client client;
Any ideas ?