Skip to main content

Overview

DROP is Null Pass’s file storage and sharing service. Users can store files, share them, and manage their storage through service entitlements.

Service Identifier

DROP

Entitlement Fields

tier
string
default:"free"
Access tier: “free”, “premium”, “enterprise”
isPremium
boolean
default:"false"
Premium access flag
accessFlags
object
Custom access flags for DROP service permissions.Example:
{
  "isNullDropTeam": Boolean,
  "nullDropTeamRole": "Role",
  "accessFilesPreview": Boolean,
  "accessFilesDownload": Boolean
}
metadata
object
DROP-specific user preferences and configuration.Example:
{
  "onboarding": {
    "onboarding_completed": Boolean,
    "onboarding_uploads_completed": Boolean
  },
  "blurGalleryMedia": Boolean,
  "userAcceptedCookies": Boolean,
  "userHideProfileInfo": Boolean,
  "defaultUploadVisibility": Boolean
}
customStorageLimit
number
Custom storage limit in bytes (null for default tier limits)
customApiKeyLimit
number
Custom API key limit (null for default tier limits)

Service Access

Manage DROP service entitlements

Webhooks

DROP subscription webhooks