Google Java api - error “com.google.gdata.util.ServiceException: Bad Gateway” during feed.insert(entry)
I am having two worksheets in a spreadsheet. I will copy and change the value from one sheet to other if some conditions are met. It is working for 2 weeks and getting this issue from yesterday. No changes were made. Below mentioned error message is coming when executing this statement. Please note that this error is coming not all the times and also error is coming after iterating some for loops, sometimes when x=10 sometimes when x=100 or x=500 CODE CAUSING THE ERROR: for (int x=1; x <= row_TODAY_WS;x++){ for(int y=1; y <= col_TODAY_WS;y++){ CellEntry newEntry = new CellEntry (x, y, feed