Fitbit Product Experts Alumni are retired members of the Fitbit Product Expert Program. Learn more
Try reading through this code https://github.com/Fitbit/sdk-photo-picker
In the watch face I developed, I followed the example above and I can capture the URI which contains the generated name. See if it works for you.
Best Answer
Fitbit Product Experts Alumni are retired members of the Fitbit Product Expert Program. Learn more
Thanks @pablopitty , the code generates a file name, the original file name doesn't seem to be available.
Author | ch, passion for improvement.
Best AnswerOh, I see what you mean now, sorry about the confusion. You want the metadata, for which case the filename, of the image selected by the user. I read through the documentation and there does not appear to be a way to do that, unless you could decode base64 then reading the imageUri, I suppose it carries the image name there.
08-05-2022
05:25
- last edited on
07-27-2024
06:26
by
MarreFitbit
Fitbit Product Experts Alumni are retired members of the Fitbit Product Expert Program. Learn more
08-05-2022
05:25
- last edited on
07-27-2024
06:26
by
MarreFitbit
@pablopitty- thank you for responding, unfortunately the original file name is not part of the image. But was worth a shot.
Hopefully someone from Fitbit will answer.
Author | ch, passion for improvement.
Best Answer