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

Issue 6196046: Drive API sample with resumable and direct media upload and download (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by rmistry
Modified:
11 years, 8 months ago
Reviewers:
Ali Afshar, yanivi
CC:
Vic Fryzel
Visibility:
Public.

Description

This will be submitted after 1.9 and 1.6.0 is released. It will be good to have the CL ready and LGTM'ed so I can submit right after the release.

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressing code review comments #

Patch Set 3 : based-on-1.9 #

Total comments: 7

Patch Set 4 : Addressing code review comments #

Patch Set 5 : Updating drive sample #

Patch Set 6 : Minor fixes #

Patch Set 7 : Updating to 1.8 codegen library #

Patch Set 8 : Minor fix #

Total comments: 10

Patch Set 9 : review comments #

Patch Set 10 : minor fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1116 lines, -0 lines) Patch
A drive-cmdline-sample/.classpath View 1 2 3 4 5 6 1 chunk +21 lines, -0 lines 0 comments Download
A drive-cmdline-sample/.project View 1 chunk +23 lines, -0 lines 0 comments Download
A drive-cmdline-sample/.settings/org.eclipse.jdt.core.prefs View 1 chunk +380 lines, -0 lines 0 comments Download
A drive-cmdline-sample/.settings/org.eclipse.jdt.ui.prefs View 1 chunk +119 lines, -0 lines 0 comments Download
A drive-cmdline-sample/DriveSample.launch View 1 chunk +14 lines, -0 lines 0 comments Download
A drive-cmdline-sample/instructions.html View 1 2 3 4 5 6 7 8 1 chunk +99 lines, -0 lines 0 comments Download
A drive-cmdline-sample/logging.properties View 1 2 3 4 5 6 7 1 chunk +10 lines, -0 lines 0 comments Download
A drive-cmdline-sample/pom.xml View 1 2 3 4 5 6 1 chunk +149 lines, -0 lines 0 comments Download
A drive-cmdline-sample/src/main/java/com/google/api/services/samples/drive/cmdline/DriveSample.java View 1 2 3 4 5 6 7 8 1 chunk +176 lines, -0 lines 0 comments Download
A drive-cmdline-sample/src/main/java/com/google/api/services/samples/drive/cmdline/FileDownloadProgressListener.java View 1 chunk +38 lines, -0 lines 0 comments Download
A drive-cmdline-sample/src/main/java/com/google/api/services/samples/drive/cmdline/FileUploadProgressListener.java View 1 chunk +46 lines, -0 lines 0 comments Download
A drive-cmdline-sample/src/main/java/com/google/api/services/samples/drive/cmdline/View.java View 1 chunk +35 lines, -0 lines 0 comments Download
A drive-cmdline-sample/src/main/resources/client_secrets.json View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 21
rmistry
12 years ago (2012-05-04 14:55:23 UTC) #1
yanivi
Ravi, normally what I've done in the past is to make a based-on-1.9 branch. That ...
12 years ago (2012-05-04 21:46:39 UTC) #2
Ali Afshar
LGTM, very good, simple sample. Just a few tiny nits from me. http://codereview.appspot.com/6196046/diff/1/drive-cmdline-sample/src/main/java/com/google/api/services/samples/drive/cmdline/DriveSample.java File drive-cmdline-sample/src/main/java/com/google/api/services/samples/drive/cmdline/DriveSample.java ...
12 years ago (2012-05-04 22:03:56 UTC) #3
rmistry
http://codereview.appspot.com/6196046/diff/1/drive-cmdline-sample/src/main/java/com/google/api/services/samples/drive/cmdline/DriveSample.java File drive-cmdline-sample/src/main/java/com/google/api/services/samples/drive/cmdline/DriveSample.java (right): http://codereview.appspot.com/6196046/diff/1/drive-cmdline-sample/src/main/java/com/google/api/services/samples/drive/cmdline/DriveSample.java#newcode40 drive-cmdline-sample/src/main/java/com/google/api/services/samples/drive/cmdline/DriveSample.java:40: * A sample application that runs multiple requests against ...
11 years, 12 months ago (2012-05-07 12:08:13 UTC) #4
rmistry
On 2012/05/04 21:46:39, yanivi wrote: > Ravi, normally what I've done in the past is ...
11 years, 12 months ago (2012-05-07 12:13:37 UTC) #5
yanivi
I'm getting a 403 with the error message: "message": "The authenticated user has not installed ...
11 years, 11 months ago (2012-05-14 19:48:24 UTC) #6
Ali Afshar
On 2012/05/14 19:48:24, yanivi wrote: > I'm getting a 403 with the error message: > ...
11 years, 11 months ago (2012-05-15 17:25:15 UTC) #7
rmistry
http://codereview.appspot.com/6196046/diff/9002/drive-cmdline-sample/instructions.html File drive-cmdline-sample/instructions.html (right): http://codereview.appspot.com/6196046/diff/9002/drive-cmdline-sample/instructions.html#newcode17 drive-cmdline-sample/instructions.html:17: <li>Visit the <a href="https://code.google.com/apis/console/">Google apis console</a></li> On 2012/05/14 19:48:24, ...
11 years, 11 months ago (2012-05-15 18:59:29 UTC) #8
rmistry
On 2012/05/15 17:25:15, Ali Afshar wrote: > On 2012/05/14 19:48:24, yanivi wrote: > > I'm ...
11 years, 11 months ago (2012-05-15 19:01:10 UTC) #9
yanivi
We decided to sit on this sample for a couple of weeks and revisit it ...
11 years, 11 months ago (2012-05-16 15:22:11 UTC) #10
rmistry
On 2012/05/16 15:22:11, yanivi wrote: > We decided to sit on this sample for a ...
11 years, 11 months ago (2012-05-17 11:01:03 UTC) #11
Vic Fryzel
Not quite following the thread re: DrEdit Java, but let me know if you'd like ...
11 years, 11 months ago (2012-05-17 17:02:39 UTC) #12
Vic Fryzel
Ali clarified for me. I will update DrEdit Java, and we will keep the CL ...
11 years, 11 months ago (2012-05-17 17:09:01 UTC) #13
rmistry
Updated this CL to point to the released v2 drive generated libs. Sending it out ...
11 years, 10 months ago (2012-06-29 16:28:00 UTC) #14
Ali Afshar
On 2012/06/29 16:28:00, rmistry wrote: > Updated this CL to point to the released v2 ...
11 years, 10 months ago (2012-06-29 16:33:14 UTC) #15
rmistry
Ping for Yaniv
11 years, 9 months ago (2012-08-02 11:14:57 UTC) #16
yanivi
Please update it for 1.8 codegen lib and I will review. Thanks for your patience!
11 years, 8 months ago (2012-09-04 20:32:01 UTC) #17
rmistry
On 2012/09/04 20:32:01, yanivi wrote: > Please update it for 1.8 codegen lib and I ...
11 years, 8 months ago (2012-09-05 13:55:35 UTC) #18
yanivi
LGTM https://codereview.appspot.com/6196046/diff/39003/drive-cmdline-sample/instructions.html File drive-cmdline-sample/instructions.html (right): https://codereview.appspot.com/6196046/diff/39003/drive-cmdline-sample/instructions.html#newcode2 drive-cmdline-sample/instructions.html:2: <title>drive-cmdline-sample</title> please Ctrl-Shift-F in Eclipse this file to ...
11 years, 8 months ago (2012-09-05 20:48:46 UTC) #19
rmistry
http://codereview.appspot.com/6196046/diff/39003/drive-cmdline-sample/instructions.html File drive-cmdline-sample/instructions.html (right): http://codereview.appspot.com/6196046/diff/39003/drive-cmdline-sample/instructions.html#newcode2 drive-cmdline-sample/instructions.html:2: <title>drive-cmdline-sample</title> On 2012/09/05 20:48:46, yanivi wrote: > please Ctrl-Shift-F ...
11 years, 8 months ago (2012-09-05 21:24:20 UTC) #20
rmistry
11 years, 8 months ago (2012-09-05 21:25:18 UTC) #21
Submitting..
Sign in to reply to this message.

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