gmail app 504 server timeout
- by Hui
this is the part of code I use for getting info from gmail, it's working alright on my localhost, but somehow when i deploy it online, I got 504 gateway timeout error.
Did I missed something in my code?
can someone give some advices , thanks a lot
public class GetGmail {
static String last = null;
public static ArrayList run(String username,…