We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello everyone, this code
Photos.image(photo.ID, function(data) { console.log(data) }, function(error) { console.error("Error: " + error); });
with the proper photo.id return by this code
Photos.photos( function(photos) { console.log(photos); }, function(error) { console.error("Error: " + error); });
does not works, i've this error Photo ID is undefined
The text was updated successfully, but these errors were encountered:
app.currentAlbums = [];//for getting all pictures from all albums => cordova.platformId == "ios" ? [] : android.allalbumsIds; Photos.photos(app.currentAlbums, {"offset": 0, "limit": 500, interval: 1 }, function(photos) { }, (err) => { console.error(err); });```
Sorry, something went wrong.
if your bug is photo.ID does not work ? the solution is photo.id in lowercase
No branches or pull requests
Hello everyone, this code
with the proper photo.id return by this code
does not works, i've this error Photo ID is undefined
The text was updated successfully, but these errors were encountered: