You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BaasBox
I've run Baasbox Domain
and Initialize baasbox in Application
BaasBox.Builder b = new BaasBox.Builder(this); client = b.setApiDomain(getString(R.string.baasbox_server)) .setAppCode(getString(R.string.baasbox_app_code)) .init();
but notification error when run my application: java.lang.RuntimeException: Invalid host name: http://localhost:9000. Hint: don't specify protocol (eg. http) or path
Who can help me?
thanks!
ymir
unread,
Nov 20, 2015, 10:35:37 AM11/20/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BaasBox
Hi Tuan,
are you using an emulator for testing?
Tuan
unread,
Nov 22, 2015, 9:18:32 PM11/22/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BaasBox
Yes, i using emulator for testing
ymir
unread,
Nov 23, 2015, 1:20:42 AM11/23/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BaasBox
Then you should use 10.0.2.2 instead of localhost.