Index
InfiniCLOUD Overview for Developers
InfiniCLOUD is a cloud storage service that utilizes the open WebDAV protocol. Each user is provided with a dedicated data space, and all data transfers are secured via HTTPs.
InfiniCLOUD can be easily connected to applications that support WebDAV.
Developers may also download the InfiniCLOUD icon free of charge from the download page. After completing their own compatibility testing with InfiniCLOUD, they may use the icon and name to indicate support within their applications.
Since each user has a unique WebDAV endpoint, users must configure their individual connection URL in the "My Page" section when connecting through a third-party application. Authentication using a User ID and a specialized password is required.
For developers who whish to simplify this process, it is possible to retrieve a user's connection URL via JSON by calling the InfiniCLOUD REST API. This allows users to complete setup by entering only their ID ad password.Some InfiniCLOUD resources are not accessible via WebDAV and require the use of the dedicated REST API.
These include:
- Authentication information
- Data sets (file system and snapshots)
- File metadata
- Other related resources
By utilizing these APIs, applications can perform not only file transfers, but also advanced operations such as creating snapshots, managing storage areas, and accessing extended functionalities not available through WebDAV alone.