Giter Site home page Giter Site logo

Comments (11)

natsuk4ze avatar natsuk4ze commented on May 28, 2024 1

Thank you for your contribution @takapiroid88 🤝
Can you save the media file with album option is null ?
I think your media path is not correct.

from gal.

natsuk4ze avatar natsuk4ze commented on May 28, 2024 1

OK. Can you provide the value of granted? @takapiroid88

final granted = await Gal.request(toAlbum: true)

And is project_album the album your app will create with the gal package?

from gal.

natsuk4ze avatar natsuk4ze commented on May 28, 2024 1

@takapiroid88
If you want to save media in an album created by someone other than your app, you will need permission for "All photos" .

See: https://github.com/natsuk4ze/gal/wiki/Permissions

from gal.

natsuk4ze avatar natsuk4ze commented on May 28, 2024 1

Unhandled Exception: PlatformException(asset is not found, null, null, null)

BTW, Can you add steps to reproduce this error?
I have no error in ios 16.4 with this code

 await Gal.putImage($path album: 'project_album');

from gal.

takapiroid88 avatar takapiroid88 commented on May 28, 2024 1

@natsuk4ze
sorry, I checked it and it was saved in the album.

from gal.

natsuk4ze avatar natsuk4ze commented on May 28, 2024 1

OK🤟 I'm glad you were able to resolve.

from gal.

takapiroid88 avatar takapiroid88 commented on May 28, 2024

@natsuk4ze
thank you reponse.

Can you save the media file with album option is null ?

code

    await Gal.putImage(filePath, album: null);

save successful.
saved location is the same as before, “Latest”.

from gal.

takapiroid88 avatar takapiroid88 commented on May 28, 2024

@natsuk4ze
granted is true.

from gal.

takapiroid88 avatar takapiroid88 commented on May 28, 2024

And is project_album the album your app will create with the gal package?

already exist album...

from gal.

takapiroid88 avatar takapiroid88 commented on May 28, 2024

@natsuk4ze

BTW, Can you add steps to reproduce this error?

This error was caused by my own code and had nothing to do with the problem.

If you want to save media in an album created by someone other than your app, you will need permission for "All photos" .

Is All Photo like below screenshot ?
try it, but cannot save to already exist album.
IMG_1008

from gal.

natsuk4ze avatar natsuk4ze commented on May 28, 2024

Can you add steps or a video to reproduce it @takapiroid88 ?
I am unable to reproduce it.

demo.mp4

And looking at your flutter doctor results, there may be some warnings that are occurring and that may be the problem.

from gal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.