Google Storage: Usage scenarios
Learn the supported usage scenarios when using the Google Storage component in the Digibee Integration Platform.
Scenario 1: List files
{
"content": [
{
"name": "DGB-413/",
"contentType": "text/plain",
"contentEncoding": null,
"createTime": 1552394033410,
"bucket": "digibee-test-digibee-test-bucket",
"size": 11
},
{
"name": "DGB-413/iso-8859-1-test.txt",
"contentType": "application/octet-stream",
"contentEncoding": null,
"createTime": 1579552641265,
"bucket": "digibee-test-digibee-test-bucket",
"size": 65
}
],
"pageToken": "ChtER0ItNDEzL2lzby04ODU5LTEtdGVzdC50eHQ=",
"fileName": null,
"remoteFileName": null,
"remoteDirectory": "DGB-413",
"success": true
}Scenario 2: List multiple files using pagination

Scenario 3: Download file
Scenario 4: Upload file
Scenario 5: Delete file
Was this helpful?