Questions tagged [poco-libraries]

The Poco C++ Libraries are modern open source C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server and embedded systems.

The Poco C++ Libraries are modern open source C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server and embedded systems.

736 questions
-3
votes
1 answer

Upload file to Google Drive folder is failing

I am developing a function "uploading file to Google Drive folder" using c++ / Poco library. File is always getting uploaded to root folder only I have added optional parameter parents as below std::string strParents = "[ { "id": "" +…
Vishwamithra
  • 190
  • 9
1 2 3
49
50