CloudStorage

Number of APIs: 7

  1. Deletes the user authentication information for one or more cloud storage providers. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}/cloud_storage

  2. Configures the redirect URL information for one or more cloud storage providers for the specified user. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}/cloud_storage

  3. Gets the specified Cloud Storage Provider configuration for the User. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}/cloud_storage/{{serviceId}}?redirectUrl={{redirectUrl}}

  4. Deletes the user authentication information for the specified cloud storage provider. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}/cloud_storage/{{serviceId}}

  5. Retrieves a list of all the items in a specified folder from the specified cloud storage provider. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}/cloud_storage/{{serviceId}}/folders?cloud_storage_folder_path={{cloud_storage_folder_path}}&count={{count}}&order={{order}}&order_by={{order_by}}&search_text={{search_text}}&start_position={{start_position}}

  6. Gets a list of all the items from the specified cloud storage provider. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}/cloud_storage/{{serviceId}}/folders/{{folderId}}?cloud_storage_folder_path={{cloud_storage_folder_path}}&cloud_storage_folderid_plain={{cloud_storage_folderid_plain}}&count={{count}}&order={{order}}&order_by={{order_by}}&search_text={{search_text}}&start_position={{start_position}}

  7. Get the Cloud Storage Provider configuration for the specified user. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/users/{{userId}}/cloud_storage?redirectUrl={{redirectUrl}}