FilesResource class
Project file storage: upload URLs, commit, sign, download, info, list and delete.
Constructors
- FilesResource(Transport transport)
Properties
Methods
-
commitUpload(
{required Object filesIntegrationId, Map< String, Object?> ? query, Object? body, Map<String, String> ? headers}) → Future<Object?> -
POST /{version}/files/{filesIntegrationId}/commit -
deleteFileApi(
{required Object filesIntegrationId, Map< String, Object?> ? query, Object? body, Map<String, String> ? headers}) → Future<Object?> -
DELETE /{version}/files/{filesIntegrationId} -
deleteManyFilesApi(
{required Object filesIntegrationId, Map< String, Object?> ? query, Object? body, Map<String, String> ? headers}) → Future<Object?> -
DELETE /{version}/files/{filesIntegrationId}/bulk -
downloadFileApi(
{required Object filesIntegrationId, Map< String, Object?> ? query, Map<String, String> ? headers}) → Future<Object?> -
GET /{version}/files/{filesIntegrationId}/download -
getFileInfo(
{required Object filesIntegrationId, Map< String, Object?> ? query, Map<String, String> ? headers}) → Future<Object?> -
GET /{version}/files/{filesIntegrationId}/info -
getPublicFile(
{required Object publicId, required Object name, Map< String, Object?> ? query, Map<String, String> ? headers}) → Future<List< int> > -
GET /{version}/files/public/{PublicId}/{Name*} -
getSignedUrl(
{required Object filesIntegrationId, Map< String, Object?> ? query, Map<String, String> ? headers}) → Future<Object?> -
GET /{version}/files/{filesIntegrationId}/sign -
listFiles(
{required Object filesIntegrationId, Map< String, Object?> ? query, Map<String, String> ? headers}) → Future<Object?> -
GET /{version}/files/{filesIntegrationId} -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestUploadUrl(
{required Object filesIntegrationId, Map< String, Object?> ? query, Object? body, Map<String, String> ? headers}) → Future<Object?> -
POST /{version}/files/{filesIntegrationId}/upload-url -
testFilesIntegration(
{required Object filesIntegrationId, Map< String, Object?> ? query, Object? body, Map<String, String> ? headers}) → Future<Object?> -
POST /{version}/files/{filesIntegrationId}/test -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited