cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#GOOGLE_DRIVE_CREATE_FOLDER' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "GOOGLE_DRIVE_CREATE_FOLDER", "parameters": { "folderName": "<string>", "parentId": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Folder Name : Specify a name for the folder. (example: "Folder 1")
Parent ID : Specify the parent ID to create folder within the parent
Success
Was this page helpful?