Reputation: 31
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
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