You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, my app receives a sharing intent for photos (user shares from native Photos app via the OS share mechanism). This sends my app a list of local photo paths. How do I find the AssetEntity corresponding to a path?
Background. My app uploads photos to a cloud based album. It saves the AssetEntity.id as metadata to prevent duplicate uploads.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, my app receives a sharing intent for photos (user shares from native Photos app via the OS share mechanism). This sends my app a list of local photo paths. How do I find the
AssetEntity
corresponding to a path?Background. My app uploads photos to a cloud based album. It saves the
AssetEntity.id
as metadata to prevent duplicate uploads.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions