Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Seniors

Here i post one requirement i wanna figureout how to do this plz help me

REQUIREMENT:

Using API Login into google Docs and fetch the documents from their and inject the document into some other google account.

Thanks

Sathish Kaisnathan
Posted
Updated 20-Jul-10 2:40am
v2
Comments
Richard MacCutchan 20-Jul-10 8:39am    
Try reading the Google API documentation for details of how to do this.

1 solution

As Richard suggested you'll need to use the Google API[^].

You will need to create two instances of the service, iterate through the list on the first and push the documents to the second.

There are examples of both scenarios on the GD site.

Cheers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900