Method: projects.locations.repositories.files.upload

Directly uploads a file to a repository. The returned Operation will complete once the resources are uploaded.

HTTP request


The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The resource name of the repository where the file will be uploaded.

Authorization requires the following IAM permission on the specified resource parent:

  • artifactregistry.files.upload

Request body

The request body contains data with the following structure:

JSON representation
{
  "fileId": string
}
Fields
fileId

string

Optional. The ID of the file. If left empty will default to sha256 digest of the content uploaded.

Response body

The response to upload a generic artifact.

If successful, the response body contains data with the following structure:

JSON representation
{
  "operation": {
    object (Operation)
  }
}
Fields
operation

object (Operation)

Operation that will be returned to the user.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.