Skip to content

Multiple Synchronous Image Uploads

Pre-release
Pre-release
Compare
Choose a tag to compare
@MrPickles MrPickles released this 09 May 17:27

This release fixes synchronization issues with uploading multiple images. You should be able to call upload methods back to back safely.

sheets.uploadToDrive("0B3RViSRC0aoYVDN6MWZUb1RDSVU", "first image", bitmap1);
sheet.suploadToDrive("0B3RViSRC0aoYVDN6MWZUb1RDSVU", "second image", bitmap2);

There are also new enums for foot curling.

Sheets.TestType.LF_CURL
Sheets.TestType.RF_CURL

The non-beta release is expected to have batch upload functions, so uploading multiple images/cells will only need a single method call that takes in a list of payloads.