I was trying to integrate Google Docs to a Windows app. In the DocReq class there is a property called baseURI
. I have no clue what it is. Also, let me know if there are any examples for the Google Spreadsheets in C#
Asked
Active
Viewed 309 times
2

Nimantha
- 6,405
- 6
- 28
- 69

user168635
- 127
- 2
- 5
1 Answers
0
The baseURI is simply the base URI for the Document request. This wikipedia article explains a URI
http://en.wikipedia.org/wiki/Uniform_Resource_Identifier
Here is another question from Stackoverflow that has some examples about google spread sheets in c#