-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.
Milestone
Description
Grepping through the JSON discovery spec for "project" it only occurs in
storage.buckets.insert
storage.buckets.list
yet we send it with every single request:
def build_api_url(self, path, query_params=None, api_base_url=None,
api_version=None, upload=False):
...
query_params.update({'project': self.project})
.../cc @thobrla
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.