---
title: "Dropbox invite"
method: POST
path: "/2/drive/{drive_id}/files/{file_id}/dropbox/invite"
tags: ["Drive > Files > Dropbox"]
---

# Dropbox invite

`POST /2/drive/{drive_id}/files/{file_id}/dropbox/invite`

Send an email with the dropbox external link, to allow an user to upload files.

## Path parameters

- `drive_id` integer, required
- `file_id` integer, required

## Request body

- object
  - `emails` string[] — List of emails to invite
  - `message` string, nullable — Message to be sent
  - `user_ids` integer[] — List of user ids to invite by mail. Users must be in the drive's organisation

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` boolean

## Other responses

- `403` — Forbidden
- `503` — Service Unavailable

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
