hi, i would like to add file name or unique id on image captured, so its saved like that in drive aswell… how to do it? example, under captured date time, the unique id should be added.
Thanks in advance
If you upload an image through an image type column, the name of the image will be always:
KEY_FOR_THAT_ROW.COLUMN_NAME.TIMESTAMP.FILETYPE
So, for example:
3D32D5I5.LOGO.032453.PNG in case the row key was 3D32D5I5 and column name of type image was [LOGO]
You actually have no control over the name given to a file uploaded through the app. The file’s original name is discarded entirely and the uploaded file is named as @SkrOYC described.
Now, I have to say I’ve seen some exceptions. @Steve
If, for example, the image/file’s original name is JUSTARANDOM.NAMEHERE.png, the name of the file will end like this 3D32D5I5.LOGO.032453.NAMEHERE.png
In other words, when there is a dot in the name, it gets a little bit messier
@Steve @SkrOYC Sorry, I couldn’t make you understand my question. i was asking for how to add details over the photo, not as file name. i know about file name generation
You want am overlay on the image you are uploading?
It’s not supported.
There are workarounds for this using API services I think but can’t confirm and even if it works you won’t have the images on your GDrive