Skip to content

storage.objects.compose Issue #268

@jonathannorris

Description

@jonathannorris

I am attempting to use the storage.object.compose function, but it looks like because it doesn't have a mediaUrl its not sending the body of the request. For all my requests all I am getting as a response is "Not Found". I have tried the same requests on the API Explorer and they work properly.

The format of the params I am passing to storage.object.compose is:

{
    "destinationBucket": "bucket",
    "destinationObject": "jsonPath.json",
    "resource": {
        "kind": "storage#composeRequest",
        "destination": {
            "contentType": "application/json"
        },
        "sourceObjects": [
            {
                "name": "name1.json"
            },
            {
               "name": "name2.json"
            }
        ]
    }
}

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.triage meI really want to be triaged.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions