Skip to content

STORAGE: Which requests require a project? #726

@dhermes

Description

@dhermes

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.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions