Cloud Client C++ Libraries for Windows OS #12713
-
Hi, Are there any C++ libraries for Windows OS, I can see the ones available are for Linux only. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
We compile and test
What leads to you believe that? I ask, because maybe some of our documentation or READMEs need fixing.
Maybe this helps: https://cloud.google.com/cpp/docs/setup#windows |
Beta Was this translation helpful? Give feedback.
-
First of all thanks for your quick response and apologies that I could not reply back earlier. I tried to use this for my use case where I want to access google drive using service account. I tried following options: However, in Python I used same information but code reads information directly from json file: token generated in this case works well and returns me access token for further API calls. Is there any similar way in C++ Client Library. I really could not find any documentation or example. You can please guide me to relevant documentation for me to explore. |
Beta Was this translation helpful? Give feedback.
We compile and test
google-cloud-cpp
on Windows (with MSVC), macOS, and Linux.What leads to you believe that? I ask, because maybe some of our documentation or READMEs need fixing.
Maybe this helps: https://cloud.google.com/cpp/docs/setup#windows