Generates an upload URL to allow external clients to upload a file to the Media Manager.
The generateFileUploadUrl()
function returns a Promise that resolves to an upload URL.
To learn how external clients can use the generated upload URL in the response to upload a file to the Media Manager, see the Upload API article.
Notes:
generateFileResumableUploadUrl()
instead. With the resumable upload URL, any interruption in the upload process pauses the file upload, and resumes the file upload process after the interruption.This function requires elevated permissions and runs only on the backend and on dashboard pages.
File mime type.
Options to use when generating a file's upload URL.