-
-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Need Folder Path Of Picked Asset #81
Comments
Why this is not fit for your case? And please provide your usage code. https://github.com/fluttercandies/flutter_wechat_assets_picker#how-can-i-get-path-from-the-assetentity-to-integrate-with-file-object-upload-or-edit |
Can you try with an Android 9 (28) device and see if the path is in |
But there are something I'm curious, why the path is important in your case? Are there any details can be shared? |
Without the concept of folder, the album is provided by the system. The file/originFile is provided just for convenience in the flutter. iOS applications are sandboxed, so getting originFile or file will always trigger IO, and the corresponding files will be cached in the application sandbox. |
Version information (版本信息)
Is your feature request related to a problem? (功能是否与已有问题关联)
No it's not a problem. But we should use our requested feature to continue use the WechatAssetsPicker library.
Describe the solution you'd like (描述你期望的解决方案)
1- I choosing a asset.
2- I got some information about the my selected asset but I cant get the real folder path of the asset.
3- Folder paths similar to this "/storage/emulated/0/Screenshots/2020_12_20_3938293283.png".
Describe alternatives you've considered (其他解决方案或疑虑)
We should take the folder path of the picked asset after the pick screens returned data.
Additional context (附加内容)
The text was updated successfully, but these errors were encountered: