Fetches the download URL for a specific uploaded source/document.
return_content
is true
: Returns the actual file content directlyreturn_content
is false
: Generates time-limited download URLs for the requested fileBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Bearer token (Firebase token)
Request content type
Response content type
Returns a JSON object with file IDs as keys and their corresponding download URLs as values
The response is of type object
.