Qt Application and Cloud Connection
Unsolved
General and Desktop
-
Hi,
That's too vague a question. What type of service do you want to access ?
-
amazon web service
Then you should check Amazons documentation (https://aws.amazon.com/documentation/?nc2=h_ql_d) to see how to use their APIs. -
@jsulm
ok thank you.. that is fine i will check with the service sir. Since i have not tried cloud platform using Qt, i want to know if i have a particular service how to implement that in my application for uploading data or downloading data.
Thank you -
@Naveen_D You should really start with the documentation. There is nothing special in Qt for that. Either Amazon provides a library to access their services in an app or it is just a REST API - for that see http://doc.qt.io/qt-5/qtnetwork-index.html
-
This post is deleted!