Parse-SDK-Android
Parse-SDK-Android copied to clipboard
Getting issue while uploading fcm token
after upgrading parse new version 1.18.5 push notification does not receive. Can you please check bellow error
{"code":119,"error":"Permission denied for action get on class _Installation."}
V/ParseFCM: FCM token upload failed com.parse.ParseRequest$ParseRequestException: Permission denied for action get on class _Installation. at com.parse.ParseRequest.newPermanentException(ParseRequest.java:268) at com.parse.ParseRESTCommand.onResponseAsync(ParseRESTCommand.java:302) at com.parse.ParseRequest$3.then(ParseRequest.java:134) at com.parse.ParseRequest$3.then(ParseRequest.java:130) at bolts.Task$15.run(Task.java:917) at bolts.BoltsExecutors$ImmediateExecutor.execute(BoltsExecutors.java:105) at bolts.Task.completeAfterTask(Task.java:908) at bolts.Task.continueWithTask(Task.java:715) at bolts.Task.continueWithTask(Task.java:726) at bolts.Task$13.then(Task.java:818) at bolts.Task$13.then(Task.java:806) at bolts.Task$15.run(Task.java:917) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:761)
This seems more like it would be server related. Any thoughts @flovilmart ?
Please check the ACL for your Installation class.