forked from googlearchive/google-api-dotnet-client-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.html
45 lines (36 loc) · 1.81 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<title>Google .NET Client API – Samples solution</title>
<body>
<h2>Instructions for the Google .NET Client API – Samples solution</h2>
<h3>Browse Online</h3>
<ul>
<li><a href="http://code.google.com/p/google-api-dotnet-client/source/browse?repo=samples">Browse Source</a>
</ul>
<h3>1. Checkout Instructions</h3>
<p><b>Prerequisites:</b> Install Visual Studio or <a href="http://monodevelop.com/">MonoDevelop</a>, and <a
href="http://mercurial.selenic.com/">Mercurial</a>.</p>
<pre><code>cd <i>[someDirectory]</i>
hg clone https://code.google.com/p/google-api-dotnet-client.samples/ google-api-dotnet-client-samples</code></pre>
<h3>2. API access Instructions</h3>
<p><b>Important:</b> after checking out the project, and before compiling
and running it, you need to:
<ul>
<li><a href="http://code.google.com/apis/console-help/#creatingdeletingprojects">Create a project in Google APIs console</a></li>
<li><a href="http://code.google.com/apis/console-help/#activatingapis">Activate</a> the APIs you want to use </li>
<li>Enter your client credentials by executing enterCredentials.cmd (or running "chmod +x configure && ./configure" on Unix) You can find your credentials on the <a href="https://code.google.com/apis/console/">Google APIs Console</a> API Access pane.</li>
</ul>
</p>
<h3>Setup Project in Visual Studio</h3>
<ul>
<li>Open the GoogleApisSamples.sln with Visual Studio</li>
<li>Click on Build > Rebuild Solution</li>
<li>Pick a sample, and execute the .exe in <i><SampleDir>\bin\Debug</i></li>
</ul>
<h3>Setup Project in MonoDevelop</h3>
<ul>
<li>Open the GoogleApisSamples_mono.sln with MonoDevelop</li>
<li>Click on Build > Rebuild All</li>
<li>Pick a sample, and execute the .exe in <i><SampleDir>\bin\Debug</i> using mono</li>
</ul>
</body>
</html>