yasirkula / UnityNativeShare

A Unity plugin to natively share files (images, videos, documents, etc.) and/or plain text on Android & iOS
MIT License
908 stars 134 forks source link

Permission Denied #52

Closed pankti16 closed 4 years ago

pankti16 commented 4 years ago

Hello, I am trying to share a video on social media using Native Share, the following is the code I used:

Debug.Log(videoPath);
        new NativeShare().AddFile(videoPath).SetSubject(shareSubject).SetText(shareText).Share();

It gave me File does not exist at path or permission denied: file:///storage/emulated/0/MyFolder/myVideo.mp4 Permissions for read and write external storage is granted. The file also exists at the path.

yasirkula commented 4 years ago

The issue is resolved I'm assuming?

pankti16 commented 4 years ago

It is resolved Thanks

pankti16 commented 4 years ago

Hello,

How can I show a list of images from a folder using the Native Gallery plugin? I just want to display them.

-- Thanks & Regards Pankti Shah Developer & Designer

yasirkula commented 4 years ago

It is not possible to display only a subset of the Gallery with NativeGallery, sorry.

pankti16 commented 4 years ago

Thanks for your response. On 4 Mar 2020 21:46, "Süleyman Yasir KULA" notifications@github.com wrote:

It is not possible to display only a subset of the Gallery with NativeGallery, sorry.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/yasirkula/UnityNativeShare/issues/52?email_source=notifications&email_token=AGYS4POO364TCLY3OOREMHTRFZ5EHA5CNFSM4JAK3AQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENYXGPQ#issuecomment-594637630, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGYS4PL3EOYUAP2ED4N52TDRFZ5EHANCNFSM4JAK3AQA .