Πίσω στο Google Cloud Storage

Σύνδεση Knoon AI με Google Cloud Storage (Google Cloud) για αυτοματοποίηση ροών εργασίας AI.

List files in a Google Cloud Storage bucket, optionally filtered by object prefix.
googleCloudStorageListFiles
ΒΕΤΑ
Εσωτερικό
Άδειες
  • https://www.googleapis.com/auth/devstorage.read_only
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
ΌνομαΤύποςΠεριγραφήΑπαραίτητο
bucketNamemustache Google Cloud Storage bucket name to list from (e.g. "my-app-bucket").Ναι
prefixmustache Optional object name prefix to filter results (e.g. "invoices/2026/").Όχι
delimitermustache Optional delimiter for pseudo-folder style listing. Use "/" to group by path segments.Όχι
maxResultsnumber Optional maximum number of objects to return.Όχι
pageTokenstring Optional pagination token from a previous response.Όχι
Επιστροφές
ΌνομαΤύποςΠεριγραφή
files.bucketstring Bucket containing the object.
files.namestring Object name.
files.contentTypestring Object content type when available.
files.sizestring Object size in bytes as a string when available.
files.updatedstring Last updated timestamp when available.
files.etagstring ETag for the object when available.
files.md5Hashstring MD5 hash for the object when available.
files.mediaLinkstring Media download link when returned by Google Cloud Storage.
nextPageTokenstring Token to fetch the next page. Empty when there are no more results.