Web API Core | ComponentOne
In This Topic
    Cloud API
    In This Topic

    The following table lists the Cloud API members for the different cloud storages, such as Google Drive, Azure, OneDrive, AWS, and Dropbox:

    api/storage/{*path}

    method :

    • GET

    param:

    • path: The path.
    • subpath: The file name

    Gets the file with the specified path.

    api/storage/{*path}

    method :

    • PUT.
    • POST.

    param:

    • path: The path.
    • subpath: The file name

    Uploads file with the specified path.

    api/storage/{*path}

    method :

    • DELETE

    param:

    • path: The path.
    • subpath: The file name

    Deletes the file with the specified path.

    api/storage/List/{*path}

    method:

    • GET

    param:

    • path: The path.
    • subpath: The file name

    Gets all files and folders within the specified path.