Parse-SDK-Android icon indicating copy to clipboard operation
Parse-SDK-Android copied to clipboard

Getting issue while uploading fcm token

Open gpandroid90 opened this issue 6 years ago • 2 comments

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)

gpandroid90 avatar Dec 12 '18 05:12 gpandroid90

This seems more like it would be server related. Any thoughts @flovilmart ?

Jawnnypoo avatar Dec 12 '18 17:12 Jawnnypoo

Please check the ACL for your Installation class.

mtrezza avatar May 21 '19 14:05 mtrezza