Skip to main content
POST
Upload File from Google Drive
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json

Google Drive shareable link or file URL

fileMetaData
object
required
category
string

File category (optional)

identifier
string

File identifier (optional)

Response

File uploaded from Google Drive

success
boolean
default:true
message
string
data
object