1. Registry
  2. Packages
  3. Files.com
  4. API Docs
  5. getFolder
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady
filescom logo
Viewing docs for Files.com v0.1.1
published on Thursday, Aug 20, 2026 by jschady

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as filescom from "pulumi-filescom";
    
    const exampleFolder = filescom.getFolder({
        path: "path",
    });
    
    import pulumi
    import pulumi_filescom as filescom
    
    example_folder = filescom.get_folder(path="path")
    
    package main
    
    import (
    	"github.com/jschady/pulumi-filescom/sdk/go/filescom"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := filescom.GetFolder(ctx, &filescom.LookupFolderArgs{
    			Path: "path",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Filescom = Jschady.Filescom;
    
    return await Deployment.RunAsync(() => 
    {
        var exampleFolder = Filescom.GetFolder.Invoke(new()
        {
            Path = "path",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.filescom.FilescomFunctions;
    import com.pulumi.filescom.inputs.GetFolderArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var exampleFolder = FilescomFunctions.getFolder(GetFolderArgs.builder()
                .path("path")
                .build());
    
        }
    }
    
    variables:
      exampleFolder:
        fn::invoke:
          function: filescom:getFolder
          arguments:
            path: path
    
    pulumi {
      required_providers {
        filescom = {
          source = "pulumi/filescom"
        }
      }
    }
    
    data "filescom_getfolder" "exampleFolder" {
      path = "path"
    }
    

    Using getFolder

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getFolder(args: GetFolderArgs, opts?: InvokeOptions): Promise<GetFolderResult>
    function getFolderOutput(args: GetFolderOutputArgs, opts?: InvokeOutputOptions): Output<GetFolderResult>
    def get_folder(path: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetFolderResult
    def get_folder_output(path: pulumi.Input[Optional[str]] = None,
                   opts: Optional[InvokeOutputOptions] = None) -> Output[GetFolderResult]
    func LookupFolder(ctx *Context, args *LookupFolderArgs, opts ...InvokeOption) (*LookupFolderResult, error)
    func LookupFolderOutput(ctx *Context, args *LookupFolderOutputArgs, opts ...InvokeOption) LookupFolderResultOutput

    > Note: This function is named LookupFolder in the Go SDK.

    public static class GetFolder 
    {
        public static Task<GetFolderResult> InvokeAsync(GetFolderArgs args, InvokeOptions? opts = null)
        public static Output<GetFolderResult> Invoke(GetFolderInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetFolderResult> Invoke(GetFolderInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetFolderResult> getFolder(GetFolderArgs args, InvokeOptions options)
    public static Output<GetFolderResult> getFolder(GetFolderArgs args, InvokeOptions options)
    public static Output<GetFolderResult> getFolder(GetFolderArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: filescom:index/getFolder:getFolder
      arguments:
        # arguments dictionary
    data "filescom_get_folder" "name" {
        # arguments
    }

    The following arguments are supported:

    Path string
    File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
    Path string
    File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
    path string
    File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
    path String
    File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
    path string
    File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
    path str
    File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
    path String
    File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.

    getFolder Result

    The following output properties are available:

    Crc32 string
    File CRC32 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    CreatedAt string
    File created date/time
    CreatedByApiKeyId int
    ID of the API key that created the file/folder
    CreatedByAs2IncomingMessageId int
    ID of the AS2 Incoming Message that created the file/folder
    CreatedByAutomationId int
    ID of the Automation that created the file/folder
    CreatedByBundleRegistrationId int
    ID of the Bundle Registration that created the file/folder
    CreatedById int
    User ID of the User who created the file/folder
    CreatedByInboxId int
    ID of the Inbox that created the file/folder
    CreatedByRemoteServerId int
    ID of the Remote Server that created the file/folder
    CreatedBySyncId int
    ID of the Sync that created the file/folder
    CustomMetadata object
    Custom metadata map of keys and values. Limited to 32 keys, 256 characters per key and 1024 characters per value.
    DirectConnectionInfo string
    Optional direct connection information for direct Agent transfer attempts
    DisplayName string
    File/Folder display name
    DownloadUri string
    Link to download file. Provided only in response to a download request.
    IsLocked bool
    Is this folder locked and unable to be modified?
    LastModifiedByApiKeyId int
    ID of the API key that last modified the file/folder
    LastModifiedByAutomationId int
    ID of the Automation that last modified the file/folder
    LastModifiedByBundleRegistrationId int
    ID of the Bundle Registration that last modified the file/folder
    LastModifiedById int
    User ID of the User who last modified the file/folder
    LastModifiedByRemoteServerId int
    ID of the Remote Server that last modified the file/folder
    LastModifiedBySyncId int
    ID of the Sync that last modified the file/folder
    Md5 string
    File MD5 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    MimeType string
    MIME Type. This is determined by the filename extension and is not stored separately internally.
    Mtime string
    File last modified date/time, according to the server. This is the timestamp of the last Files.com operation of the file, regardless of what modified timestamp was sent.
    Path string
    File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
    Permissions string
    A short string representing the current user's permissions. Can be r (Read),w (Write),d (Delete), l (List) or any combination
    Preview string
    File preview
    PreviewId int
    File preview ID
    PriorityColor string
    Bookmark/priority color of file/folder
    ProvidedMtime string
    File last modified date/time, according to the client who set it. Files.com allows desktop, FTP, SFTP, and WebDAV clients to set modified at times. This allows Desktop<->Cloud syncing to preserve modified at times.
    Region string
    Region location
    Sha1 string
    File SHA1 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    Sha256 string
    File SHA256 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    Size int
    File/Folder size
    SubfoldersLocked bool
    Are subfolders locked and unable to be modified?
    Type string
    Type: directory or file.
    Crc32 string
    File CRC32 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    CreatedAt string
    File created date/time
    CreatedByApiKeyId int
    ID of the API key that created the file/folder
    CreatedByAs2IncomingMessageId int
    ID of the AS2 Incoming Message that created the file/folder
    CreatedByAutomationId int
    ID of the Automation that created the file/folder
    CreatedByBundleRegistrationId int
    ID of the Bundle Registration that created the file/folder
    CreatedById int
    User ID of the User who created the file/folder
    CreatedByInboxId int
    ID of the Inbox that created the file/folder
    CreatedByRemoteServerId int
    ID of the Remote Server that created the file/folder
    CreatedBySyncId int
    ID of the Sync that created the file/folder
    CustomMetadata interface{}
    Custom metadata map of keys and values. Limited to 32 keys, 256 characters per key and 1024 characters per value.
    DirectConnectionInfo string
    Optional direct connection information for direct Agent transfer attempts
    DisplayName string
    File/Folder display name
    DownloadUri string
    Link to download file. Provided only in response to a download request.
    IsLocked bool
    Is this folder locked and unable to be modified?
    LastModifiedByApiKeyId int
    ID of the API key that last modified the file/folder
    LastModifiedByAutomationId int
    ID of the Automation that last modified the file/folder
    LastModifiedByBundleRegistrationId int
    ID of the Bundle Registration that last modified the file/folder
    LastModifiedById int
    User ID of the User who last modified the file/folder
    LastModifiedByRemoteServerId int
    ID of the Remote Server that last modified the file/folder
    LastModifiedBySyncId int
    ID of the Sync that last modified the file/folder
    Md5 string
    File MD5 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    MimeType string
    MIME Type. This is determined by the filename extension and is not stored separately internally.
    Mtime string
    File last modified date/time, according to the server. This is the timestamp of the last Files.com operation of the file, regardless of what modified timestamp was sent.
    Path string
    File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
    Permissions string
    A short string representing the current user's permissions. Can be r (Read),w (Write),d (Delete), l (List) or any combination
    Preview string
    File preview
    PreviewId int
    File preview ID
    PriorityColor string
    Bookmark/priority color of file/folder
    ProvidedMtime string
    File last modified date/time, according to the client who set it. Files.com allows desktop, FTP, SFTP, and WebDAV clients to set modified at times. This allows Desktop<->Cloud syncing to preserve modified at times.
    Region string
    Region location
    Sha1 string
    File SHA1 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    Sha256 string
    File SHA256 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    Size int
    File/Folder size
    SubfoldersLocked bool
    Are subfolders locked and unable to be modified?
    Type string
    Type: directory or file.
    crc32 string
    File CRC32 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    created_at string
    File created date/time
    created_by_api_key_id number
    ID of the API key that created the file/folder
    created_by_as2_incoming_message_id number
    ID of the AS2 Incoming Message that created the file/folder
    created_by_automation_id number
    ID of the Automation that created the file/folder
    created_by_bundle_registration_id number
    ID of the Bundle Registration that created the file/folder
    created_by_id number
    User ID of the User who created the file/folder
    created_by_inbox_id number
    ID of the Inbox that created the file/folder
    created_by_remote_server_id number
    ID of the Remote Server that created the file/folder
    created_by_sync_id number
    ID of the Sync that created the file/folder
    custom_metadata any
    Custom metadata map of keys and values. Limited to 32 keys, 256 characters per key and 1024 characters per value.
    direct_connection_info string
    Optional direct connection information for direct Agent transfer attempts
    display_name string
    File/Folder display name
    download_uri string
    Link to download file. Provided only in response to a download request.
    is_locked bool
    Is this folder locked and unable to be modified?
    last_modified_by_api_key_id number
    ID of the API key that last modified the file/folder
    last_modified_by_automation_id number
    ID of the Automation that last modified the file/folder
    last_modified_by_bundle_registration_id number
    ID of the Bundle Registration that last modified the file/folder
    last_modified_by_id number
    User ID of the User who last modified the file/folder
    last_modified_by_remote_server_id number
    ID of the Remote Server that last modified the file/folder
    last_modified_by_sync_id number
    ID of the Sync that last modified the file/folder
    md5 string
    File MD5 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    mime_type string
    MIME Type. This is determined by the filename extension and is not stored separately internally.
    mtime string
    File last modified date/time, according to the server. This is the timestamp of the last Files.com operation of the file, regardless of what modified timestamp was sent.
    path string
    File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
    permissions string
    A short string representing the current user's permissions. Can be r (Read),w (Write),d (Delete), l (List) or any combination
    preview string
    File preview
    preview_id number
    File preview ID
    priority_color string
    Bookmark/priority color of file/folder
    provided_mtime string
    File last modified date/time, according to the client who set it. Files.com allows desktop, FTP, SFTP, and WebDAV clients to set modified at times. This allows Desktop<->Cloud syncing to preserve modified at times.
    region string
    Region location
    sha1 string
    File SHA1 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    sha256 string
    File SHA256 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    size number
    File/Folder size
    subfolders_locked bool
    Are subfolders locked and unable to be modified?
    type string
    Type: directory or file.
    crc32 String
    File CRC32 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    createdAt String
    File created date/time
    createdByApiKeyId Integer
    ID of the API key that created the file/folder
    createdByAs2IncomingMessageId Integer
    ID of the AS2 Incoming Message that created the file/folder
    createdByAutomationId Integer
    ID of the Automation that created the file/folder
    createdByBundleRegistrationId Integer
    ID of the Bundle Registration that created the file/folder
    createdById Integer
    User ID of the User who created the file/folder
    createdByInboxId Integer
    ID of the Inbox that created the file/folder
    createdByRemoteServerId Integer
    ID of the Remote Server that created the file/folder
    createdBySyncId Integer
    ID of the Sync that created the file/folder
    customMetadata Object
    Custom metadata map of keys and values. Limited to 32 keys, 256 characters per key and 1024 characters per value.
    directConnectionInfo String
    Optional direct connection information for direct Agent transfer attempts
    displayName String
    File/Folder display name
    downloadUri String
    Link to download file. Provided only in response to a download request.
    isLocked Boolean
    Is this folder locked and unable to be modified?
    lastModifiedByApiKeyId Integer
    ID of the API key that last modified the file/folder
    lastModifiedByAutomationId Integer
    ID of the Automation that last modified the file/folder
    lastModifiedByBundleRegistrationId Integer
    ID of the Bundle Registration that last modified the file/folder
    lastModifiedById Integer
    User ID of the User who last modified the file/folder
    lastModifiedByRemoteServerId Integer
    ID of the Remote Server that last modified the file/folder
    lastModifiedBySyncId Integer
    ID of the Sync that last modified the file/folder
    md5 String
    File MD5 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    mimeType String
    MIME Type. This is determined by the filename extension and is not stored separately internally.
    mtime String
    File last modified date/time, according to the server. This is the timestamp of the last Files.com operation of the file, regardless of what modified timestamp was sent.
    path String
    File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
    permissions String
    A short string representing the current user's permissions. Can be r (Read),w (Write),d (Delete), l (List) or any combination
    preview String
    File preview
    previewId Integer
    File preview ID
    priorityColor String
    Bookmark/priority color of file/folder
    providedMtime String
    File last modified date/time, according to the client who set it. Files.com allows desktop, FTP, SFTP, and WebDAV clients to set modified at times. This allows Desktop<->Cloud syncing to preserve modified at times.
    region String
    Region location
    sha1 String
    File SHA1 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    sha256 String
    File SHA256 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    size Integer
    File/Folder size
    subfoldersLocked Boolean
    Are subfolders locked and unable to be modified?
    type String
    Type: directory or file.
    crc32 string
    File CRC32 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    createdAt string
    File created date/time
    createdByApiKeyId number
    ID of the API key that created the file/folder
    createdByAs2IncomingMessageId number
    ID of the AS2 Incoming Message that created the file/folder
    createdByAutomationId number
    ID of the Automation that created the file/folder
    createdByBundleRegistrationId number
    ID of the Bundle Registration that created the file/folder
    createdById number
    User ID of the User who created the file/folder
    createdByInboxId number
    ID of the Inbox that created the file/folder
    createdByRemoteServerId number
    ID of the Remote Server that created the file/folder
    createdBySyncId number
    ID of the Sync that created the file/folder
    customMetadata any
    Custom metadata map of keys and values. Limited to 32 keys, 256 characters per key and 1024 characters per value.
    directConnectionInfo string
    Optional direct connection information for direct Agent transfer attempts
    displayName string
    File/Folder display name
    downloadUri string
    Link to download file. Provided only in response to a download request.
    isLocked boolean
    Is this folder locked and unable to be modified?
    lastModifiedByApiKeyId number
    ID of the API key that last modified the file/folder
    lastModifiedByAutomationId number
    ID of the Automation that last modified the file/folder
    lastModifiedByBundleRegistrationId number
    ID of the Bundle Registration that last modified the file/folder
    lastModifiedById number
    User ID of the User who last modified the file/folder
    lastModifiedByRemoteServerId number
    ID of the Remote Server that last modified the file/folder
    lastModifiedBySyncId number
    ID of the Sync that last modified the file/folder
    md5 string
    File MD5 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    mimeType string
    MIME Type. This is determined by the filename extension and is not stored separately internally.
    mtime string
    File last modified date/time, according to the server. This is the timestamp of the last Files.com operation of the file, regardless of what modified timestamp was sent.
    path string
    File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
    permissions string
    A short string representing the current user's permissions. Can be r (Read),w (Write),d (Delete), l (List) or any combination
    preview string
    File preview
    previewId number
    File preview ID
    priorityColor string
    Bookmark/priority color of file/folder
    providedMtime string
    File last modified date/time, according to the client who set it. Files.com allows desktop, FTP, SFTP, and WebDAV clients to set modified at times. This allows Desktop<->Cloud syncing to preserve modified at times.
    region string
    Region location
    sha1 string
    File SHA1 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    sha256 string
    File SHA256 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    size number
    File/Folder size
    subfoldersLocked boolean
    Are subfolders locked and unable to be modified?
    type string
    Type: directory or file.
    crc32 str
    File CRC32 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    created_at str
    File created date/time
    created_by_api_key_id int
    ID of the API key that created the file/folder
    created_by_as2_incoming_message_id int
    ID of the AS2 Incoming Message that created the file/folder
    created_by_automation_id int
    ID of the Automation that created the file/folder
    created_by_bundle_registration_id int
    ID of the Bundle Registration that created the file/folder
    created_by_id int
    User ID of the User who created the file/folder
    created_by_inbox_id int
    ID of the Inbox that created the file/folder
    created_by_remote_server_id int
    ID of the Remote Server that created the file/folder
    created_by_sync_id int
    ID of the Sync that created the file/folder
    custom_metadata Any
    Custom metadata map of keys and values. Limited to 32 keys, 256 characters per key and 1024 characters per value.
    direct_connection_info str
    Optional direct connection information for direct Agent transfer attempts
    display_name str
    File/Folder display name
    download_uri str
    Link to download file. Provided only in response to a download request.
    is_locked bool
    Is this folder locked and unable to be modified?
    last_modified_by_api_key_id int
    ID of the API key that last modified the file/folder
    last_modified_by_automation_id int
    ID of the Automation that last modified the file/folder
    last_modified_by_bundle_registration_id int
    ID of the Bundle Registration that last modified the file/folder
    last_modified_by_id int
    User ID of the User who last modified the file/folder
    last_modified_by_remote_server_id int
    ID of the Remote Server that last modified the file/folder
    last_modified_by_sync_id int
    ID of the Sync that last modified the file/folder
    md5 str
    File MD5 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    mime_type str
    MIME Type. This is determined by the filename extension and is not stored separately internally.
    mtime str
    File last modified date/time, according to the server. This is the timestamp of the last Files.com operation of the file, regardless of what modified timestamp was sent.
    path str
    File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
    permissions str
    A short string representing the current user's permissions. Can be r (Read),w (Write),d (Delete), l (List) or any combination
    preview str
    File preview
    preview_id int
    File preview ID
    priority_color str
    Bookmark/priority color of file/folder
    provided_mtime str
    File last modified date/time, according to the client who set it. Files.com allows desktop, FTP, SFTP, and WebDAV clients to set modified at times. This allows Desktop<->Cloud syncing to preserve modified at times.
    region str
    Region location
    sha1 str
    File SHA1 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    sha256 str
    File SHA256 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    size int
    File/Folder size
    subfolders_locked bool
    Are subfolders locked and unable to be modified?
    type str
    Type: directory or file.
    crc32 String
    File CRC32 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    createdAt String
    File created date/time
    createdByApiKeyId Number
    ID of the API key that created the file/folder
    createdByAs2IncomingMessageId Number
    ID of the AS2 Incoming Message that created the file/folder
    createdByAutomationId Number
    ID of the Automation that created the file/folder
    createdByBundleRegistrationId Number
    ID of the Bundle Registration that created the file/folder
    createdById Number
    User ID of the User who created the file/folder
    createdByInboxId Number
    ID of the Inbox that created the file/folder
    createdByRemoteServerId Number
    ID of the Remote Server that created the file/folder
    createdBySyncId Number
    ID of the Sync that created the file/folder
    customMetadata Any
    Custom metadata map of keys and values. Limited to 32 keys, 256 characters per key and 1024 characters per value.
    directConnectionInfo String
    Optional direct connection information for direct Agent transfer attempts
    displayName String
    File/Folder display name
    downloadUri String
    Link to download file. Provided only in response to a download request.
    isLocked Boolean
    Is this folder locked and unable to be modified?
    lastModifiedByApiKeyId Number
    ID of the API key that last modified the file/folder
    lastModifiedByAutomationId Number
    ID of the Automation that last modified the file/folder
    lastModifiedByBundleRegistrationId Number
    ID of the Bundle Registration that last modified the file/folder
    lastModifiedById Number
    User ID of the User who last modified the file/folder
    lastModifiedByRemoteServerId Number
    ID of the Remote Server that last modified the file/folder
    lastModifiedBySyncId Number
    ID of the Sync that last modified the file/folder
    md5 String
    File MD5 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    mimeType String
    MIME Type. This is determined by the filename extension and is not stored separately internally.
    mtime String
    File last modified date/time, according to the server. This is the timestamp of the last Files.com operation of the file, regardless of what modified timestamp was sent.
    path String
    File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
    permissions String
    A short string representing the current user's permissions. Can be r (Read),w (Write),d (Delete), l (List) or any combination
    preview String
    File preview
    previewId Number
    File preview ID
    priorityColor String
    Bookmark/priority color of file/folder
    providedMtime String
    File last modified date/time, according to the client who set it. Files.com allows desktop, FTP, SFTP, and WebDAV clients to set modified at times. This allows Desktop<->Cloud syncing to preserve modified at times.
    region String
    Region location
    sha1 String
    File SHA1 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    sha256 String
    File SHA256 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
    size Number
    File/Folder size
    subfoldersLocked Boolean
    Are subfolders locked and unable to be modified?
    type String
    Type: directory or file.

    Package Details

    Repository
    filescom jschady/pulumi-filescom
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the filescom Terraform Provider.
    filescom logo
    Viewing docs for Files.com v0.1.1
    published on Thursday, Aug 20, 2026 by jschady

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial