Add image to cell
Uploads an image to the specified cell within a sheet.
Query parameters
Url-encoded alternate text for the image
You may use the query string parameter overrideValidation with a value of true to allow a cell value outside of the validation limits. You must specify strict with a value of false to bypass value type checking.
Headers
Required for POST and PUT requests. Defines the structure for the request body.
Should be equal to "attachment" to tell the API that a file is in the body of the POST request, followed by a semicolon, followed by filename= and the URL-encoded filename in quotes
Must be set to the size of the file, in bytes. For example to determine file size using in UNIX: $ ls -l ProgressReport.docx 5463 ProgressReport.docx
Response
SUCCESS
Changes
No recorded changes to this endpoint across all 3 revisions of this API.