EasypanelDocs

Create a Google Drive storage provider

Creates a Google Drive storage provider ready for OAuth connection.

POST
/createGoogleProvider

Creates a Google Drive storage provider ready for OAuth connection.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/createGoogleProvider" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
null