Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage.
API Explorer GroupDocs.Metadata Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose.
Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/metadata/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language.... However, manually writing client code can be difficult, error-prone...storage used versionId File version id cURL example Request curl -X...