开发者

Using Google cloud in an iPhone app

开发者 https://www.devze.com 2023-02-10 19:56 出处:网络
In my app i want to allow the user to backup the data to google docs. All my data were stored in sqlite file. How can i backup this data?

In my app i want to allow the user to backup the data to google docs. All my data were stored in sqlite file. How can i backup this data?

I looked in the Google API's page dedicated for mobiles, and I was unable to find out how to connect to google docs. Any help is apprecia开发者_如何学Goted.


there are two way to do this .. one is using soap web service(Passing XML) and another one is called rest service (Passing URL) for accessing APi. First hit the login API using google account. later use XML or to do Remaining work.


I have converted the sql file to pdf file(Google doc supported file format) for storing in Google doc. For restore, i have download the same file and converted it to sql. I used Google API and follows the steps as in this blog.

Thanks for your help.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号