GeminiWithFiles was updated to v2.0.3
-
v2.0.3 (November 19, 2024)
- I modified the specification of
setFileIdsOrUrlsWithResumableUpload
. From v2.0.3, when you use this method, please includepropertiesService: PropertiesService.getScriptProperties()
into the initial object as follows. Because, whenPropertiesService.getScriptProperties()
is used in the library, the values are put into the library. When I created Ref and Ref, I supposed that the script is used by copying and pasting instead of the library. So, I includedPropertiesService.getScriptProperties()
in the script. But I noticed that when this is used with GeminiWithFiles, each user is required to usePropertiesService.getScriptProperties()
. So, I modified this. - As an additional option, when you want to upload the data with the resumable upload as a new upload, please set
resumableUploadAsNewUpload: true
. Ref By this, the property is cleared and the upload is run.
- I modified the specification of
You can see the detail information here https://github.com/tanaikech/GeminiWithFiles