user1603594
user1603594

Reputation: 31

Can we write a google doc form in Qt?

I am developing an app in Qt and want to write into a Google Doc form automatically as the result. Can it be done?

Upvotes: 1

Views: 1325

Answers (1)

Marcus Riemer
Marcus Riemer

Reputation: 7688

That depends on the Google Docs API, not qt. Guessing from this, it seems to be possible:

The Google Documents List API allows developers to create, retrieve, update, and delete Google Docs (including but not limited to text documents, spreadsheets, presentations, and drawings), files, and collections.

Upvotes: 1

Related Questions