In my case… my issue was simply that I had the wrong server… I’d selected eu… so…
public static final String SERVER_URL = "https://eu-api.backendless.com";
I discovered this after generating some code…
In my case… my issue was simply that I had the wrong server… I’d selected eu… so…
public static final String SERVER_URL = "https://eu-api.backendless.com";
I discovered this after generating some code…