In my application, I want to allow the user to back up data in Google Docs. All my data has been saved in sqlite file. How can I back up this data?
I looked at the Google APIs page on mobile phones and I was not able to figure out how to connect to google docs. Any help is appreciated.
I converted the sql file to a pdf file (supported by the Doc file format) for storage in a Google document. For recovery, I downloaded the same file and converted it to sql. I used the Google APIs and followed the steps described in this blog.
Thank you for your help.
There are two ways to do this: we use a soapy web service (Passing XML), and the other - a leisure service (Passing URL) to access the APi. First, click the login API using your google account. use XML later or do the rest of the work.
Source: https://habr.com/ru/post/1339599/More articles:java standard lib produces invalid xml 1.1 - javaHow to close a window / activity after a certain amount of inactivity - javaMonotouch: Unregister a license - xamarin.ioscan't create unittest.Testcase child classes in python - pythoninability to suppress an attribute from a parent in a child element (xsd constraint) - xsdCannot open PDF files in SharePoint 2010 using Internet Explorer - sharepointBest way to cross platform to get C ++ OS version - c ++runModalForWindow handles HTTP requests - objective-cHow to manage unicode LTR and RTL languages? - unicodeCan I opt out of software? - iphoneAll Articles