Commit b336797f authored by Stuart Langley's avatar Stuart Langley Committed by Commit Bot

Fix typo in team drives reference path.

The current link is a 404.

Bug: 715355
Change-Id: Id31bb3b61e468b948f4ccdc0dd553321d67f3808
Reviewed-on: https://chromium-review.googlesource.com/1013361Reviewed-by: default avatarSasha Morrissey <sashab@chromium.org>
Reviewed-by: default avatarRyo Hashimoto <hashimoto@chromium.org>
Commit-Queue: Stuart Langley <slangley@chromium.org>
Cr-Commit-Position: refs/heads/master@{#551144}
parent 35fa6fe4
...@@ -479,7 +479,7 @@ class FilesCopyRequest : public DriveApiDataRequest<FileResource> { ...@@ -479,7 +479,7 @@ class FilesCopyRequest : public DriveApiDataRequest<FileResource> {
// should be able to be fetched by another request using this class, by // should be able to be fetched by another request using this class, by
// setting the next_page_token from previous call, to page_token. // setting the next_page_token from previous call, to page_token.
// This request is mapped to // This request is mapped to
// https://developers.google.com/drive/v2/teamdrives/ // https://developers.google.com/drive/v2/reference/teamdrives/list
class TeamDriveListRequest : public DriveApiDataRequest<TeamDriveList> { class TeamDriveListRequest : public DriveApiDataRequest<TeamDriveList> {
public: public:
TeamDriveListRequest(RequestSender* sender, TeamDriveListRequest(RequestSender* sender,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment