Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4378)

Issue 4983056: Adding sample app for using provisiong api and email settings api via oauth2.0

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 7 months ago by shraddhag
Modified:
12 years, 7 months ago
CC:
gdata-python-client-library-contributors_googlegroups.com
Visibility:
Public.

Patch Set 1 #

Total comments: 28

Patch Set 2 : Updated with changes #

Total comments: 58

Patch Set 3 : Reviewed #

Patch Set 4 : corrected #

Total comments: 24

Patch Set 5 : Corrected #

Total comments: 16

Patch Set 6 : Updated #

Patch Set 7 : Updated1 #

Total comments: 7

Patch Set 8 : Updated patch #

Total comments: 14

Patch Set 9 : Updated #

Total comments: 9

Patch Set 10 : Updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -0 lines) Patch
A samples/apps/provisioning_oauth2_example.py View 1 2 3 4 5 6 7 8 9 1 chunk +145 lines, -0 lines 0 comments Download

Messages

Total messages: 28
shraddhag
12 years, 7 months ago (2011-09-09 21:12:45 UTC) #1
Claudio Cherubino
http://codereview.appspot.com/4983056/diff/1/samples/apps/provisioning_oauth2_example.py File samples/apps/provisioning_oauth2_example.py (right): http://codereview.appspot.com/4983056/diff/1/samples/apps/provisioning_oauth2_example.py#newcode5 samples/apps/provisioning_oauth2_example.py:5: import gdata.apps.emailsettings.client sort the imports, pylint can help you ...
12 years, 7 months ago (2011-09-10 23:48:51 UTC) #2
Claudio Cherubino
http://codereview.appspot.com/4983056/diff/1/samples/apps/provisioning_oauth2_example.py File samples/apps/provisioning_oauth2_example.py (right): http://codereview.appspot.com/4983056/diff/1/samples/apps/provisioning_oauth2_example.py#newcode1 samples/apps/provisioning_oauth2_example.py:1: from optparse import OptionParser remember to add the file ...
12 years, 7 months ago (2011-09-10 23:50:58 UTC) #3
shraddhag
http://codereview.appspot.com/4983056/diff/1/samples/apps/provisioning_oauth2_example.py File samples/apps/provisioning_oauth2_example.py (right): http://codereview.appspot.com/4983056/diff/1/samples/apps/provisioning_oauth2_example.py#newcode1 samples/apps/provisioning_oauth2_example.py:1: from optparse import OptionParser On 2011/09/10 23:50:58, Claudio Cherubino ...
12 years, 7 months ago (2011-09-12 20:42:44 UTC) #4
Claudio Cherubino
Upload the updated code with the upload-diffs.py script (remember to pass the correct issue number) ...
12 years, 7 months ago (2011-09-12 21:44:02 UTC) #5
shraddhag
12 years, 7 months ago (2011-09-12 22:02:21 UTC) #6
Claudio Cherubino
Vic, can you check this CL? I'm about to takeoff, see you from India ;) ...
12 years, 7 months ago (2011-09-12 22:29:05 UTC) #7
Ali Afshar
http://codereview.appspot.com/4983056/diff/3/samples/apps/provisioning_oauth2_example.py File samples/apps/provisioning_oauth2_example.py (right): http://codereview.appspot.com/4983056/diff/3/samples/apps/provisioning_oauth2_example.py#newcode17 samples/apps/provisioning_oauth2_example.py:17: """A sample app for Google Apps Provisioning and Email ...
12 years, 7 months ago (2011-09-13 14:14:42 UTC) #8
shraddhag
http://codereview.appspot.com/4983056/diff/3/samples/apps/provisioning_oauth2_example.py File samples/apps/provisioning_oauth2_example.py (right): http://codereview.appspot.com/4983056/diff/3/samples/apps/provisioning_oauth2_example.py#newcode17 samples/apps/provisioning_oauth2_example.py:17: """A sample app for Google Apps Provisioning and Email ...
12 years, 7 months ago (2011-09-13 18:51:27 UTC) #9
shraddhag
12 years, 7 months ago (2011-09-13 18:52:23 UTC) #10
shraddhag
12 years, 7 months ago (2011-09-13 18:54:44 UTC) #11
Vic Fryzel
http://codereview.appspot.com/4983056/diff/14001/samples/apps/provisioning_oauth2_example.py File samples/apps/provisioning_oauth2_example.py (right): http://codereview.appspot.com/4983056/diff/14001/samples/apps/provisioning_oauth2_example.py#newcode17 samples/apps/provisioning_oauth2_example.py:17: """A sample app for Google Apps Provisioning and Email ...
12 years, 7 months ago (2011-09-13 19:07:33 UTC) #12
shraddhag
12 years, 7 months ago (2011-09-13 20:53:01 UTC) #13
shraddhag
http://codereview.appspot.com/4983056/diff/14001/samples/apps/provisioning_oauth2_example.py File samples/apps/provisioning_oauth2_example.py (right): http://codereview.appspot.com/4983056/diff/14001/samples/apps/provisioning_oauth2_example.py#newcode17 samples/apps/provisioning_oauth2_example.py:17: """A sample app for Google Apps Provisioning and Email ...
12 years, 7 months ago (2011-09-13 20:53:14 UTC) #14
Claudio Cherubino
http://codereview.appspot.com/4983056/diff/11002/samples/apps/provisioning_oauth2_example.py File samples/apps/provisioning_oauth2_example.py (right): http://codereview.appspot.com/4983056/diff/11002/samples/apps/provisioning_oauth2_example.py#newcode52 samples/apps/provisioning_oauth2_example.py:52: client_secret=client_secret, are those tabs? http://codereview.appspot.com/4983056/diff/11002/samples/apps/provisioning_oauth2_example.py#newcode79 samples/apps/provisioning_oauth2_example.py:79: group: string The ...
12 years, 7 months ago (2011-09-23 20:31:16 UTC) #15
Vic Fryzel
http://codereview.appspot.com/4983056/diff/11002/samples/apps/provisioning_oauth2_example.py File samples/apps/provisioning_oauth2_example.py (right): http://codereview.appspot.com/4983056/diff/11002/samples/apps/provisioning_oauth2_example.py#newcode17 samples/apps/provisioning_oauth2_example.py:17: """A sample app for Google Apps Provisioning and Email ...
12 years, 7 months ago (2011-09-23 20:50:37 UTC) #16
shraddhag
http://codereview.appspot.com/4983056/diff/11002/samples/apps/provisioning_oauth2_example.py File samples/apps/provisioning_oauth2_example.py (right): http://codereview.appspot.com/4983056/diff/11002/samples/apps/provisioning_oauth2_example.py#newcode17 samples/apps/provisioning_oauth2_example.py:17: """A sample app for Google Apps Provisioning and Email ...
12 years, 7 months ago (2011-09-24 01:03:55 UTC) #17
shraddhag
12 years, 7 months ago (2011-09-24 01:06:15 UTC) #18
shraddhag
12 years, 7 months ago (2011-09-24 01:08:26 UTC) #19
Claudio Cherubino
http://codereview.appspot.com/4983056/diff/27001/samples/apps/provisioning_oauth2_example.py File samples/apps/provisioning_oauth2_example.py (right): http://codereview.appspot.com/4983056/diff/27001/samples/apps/provisioning_oauth2_example.py#newcode41 samples/apps/provisioning_oauth2_example.py:41: Members of a Group and performing Email Settings for ...
12 years, 7 months ago (2011-09-24 19:49:17 UTC) #20
shraddhag
12 years, 7 months ago (2011-09-26 05:38:17 UTC) #21
Vic Fryzel
http://codereview.appspot.com/4983056/diff/22002/samples/apps/provisioning_oauth2_example.py File samples/apps/provisioning_oauth2_example.py (right): http://codereview.appspot.com/4983056/diff/22002/samples/apps/provisioning_oauth2_example.py#newcode17 samples/apps/provisioning_oauth2_example.py:17: """Sample app for Google Apps Provisioning and Email Settings ...
12 years, 7 months ago (2011-09-26 07:34:07 UTC) #22
shraddhag
12 years, 7 months ago (2011-09-26 17:52:32 UTC) #23
shraddhag
http://codereview.appspot.com/4983056/diff/22002/samples/apps/provisioning_oauth2_example.py File samples/apps/provisioning_oauth2_example.py (right): http://codereview.appspot.com/4983056/diff/22002/samples/apps/provisioning_oauth2_example.py#newcode17 samples/apps/provisioning_oauth2_example.py:17: """Sample app for Google Apps Provisioning and Email Settings ...
12 years, 7 months ago (2011-09-26 17:52:48 UTC) #24
Vic Fryzel
http://codereview.appspot.com/4983056/diff/35001/samples/apps/provisioning_oauth2_example.py File samples/apps/provisioning_oauth2_example.py (right): http://codereview.appspot.com/4983056/diff/35001/samples/apps/provisioning_oauth2_example.py#newcode17 samples/apps/provisioning_oauth2_example.py:17: """OAuth2ClientSample: Demonstrates retrieving users using the Provisioning API The ...
12 years, 7 months ago (2011-09-27 08:08:15 UTC) #25
shraddhag
12 years, 7 months ago (2011-09-28 00:03:45 UTC) #26
shraddhag
http://codereview.appspot.com/4983056/diff/35001/samples/apps/provisioning_oauth2_example.py File samples/apps/provisioning_oauth2_example.py (right): http://codereview.appspot.com/4983056/diff/35001/samples/apps/provisioning_oauth2_example.py#newcode17 samples/apps/provisioning_oauth2_example.py:17: """OAuth2ClientSample: Demonstrates retrieving users using the Provisioning API On ...
12 years, 7 months ago (2011-09-28 00:06:39 UTC) #27
Vic Fryzel
12 years, 7 months ago (2011-09-28 13:31:38 UTC) #28
LGTM, thanks Shraddha :)
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b