Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Issue 10832201: Use auth/drive scope, instead of auth/drive.file scope (Closed)

Created:
8 years, 4 months ago by kochi
Modified:
8 years, 4 months ago
Reviewers:
kinaba
CC:
chromium-reviews, achuith+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Use auth/drive scope, instead of auth/drive.file scope For full access to Drive, we need less restrictive scope. https://www.googleapis.com/auth/drive.file only allows accessing files which is created on its own (i.e. Chrome), which is useless for file browser purpose. Instead, we have to use https://www.googleapis.com/auth/drive scope. BUG=chromium:127728 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150518

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/browser/chromeos/gdata/operations_base.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
kochi
Kazuhiro, Could you review this?
8 years, 4 months ago (2012-08-08 08:31:27 UTC) #1
kinaba
8 years, 4 months ago (2012-08-08 08:34:03 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698