Bypass Drive API

Bypass Drive Endpoint

Bypass Drive

POST https://api.yuudrive.me/v1/bypass

This endpoint allows you to bypass drive.

Headers

NameTypeDescription

apikey*

string

Authentication token.

Request Body

NameTypeDescription

id*

string

Google Drive ID.

{
    "code": 200,
    "limit": true,
    "result": {
        "id": "1Q1tepcTq3ZuMo6HFlSZmS6oYRIjD1XxX",
        "mimeType": "application/rar",
        "name": "[FILENAME].rar"
    },
    "success": true
}

Check Limit

GET https://api.yuudrive.me/v1/bypass/check-limit

This endpoint allows you to get limit file information from Google Drive.

Query Parameters

NameTypeDescription

id*

string

Google Drive File ID.

Headers

NameTypeDescription

apikey*

string

Authentication Token.

{
    "code": 200,
    "limit": true,
    "message": "This file is limited"
}

Last updated