Hi, From March 19, I could not get the inputstream or error stream from the HTTP calls for google checkout.
The URL I called is: https://checkout.google.com/api/checkout/v2/request/Merchant The sandbox URL is: https://sandbox.google.com/checkout/api/checkout/v2/request/Merchant And I checked in the account center, Google received my calls, but the responses are all empty. Does anyone know the reason? Thanks. My code: …… if (responseCode == HttpURLConnection.HTTP_OK) { inputStream = ((HttpURLConnection) connection).getInputStream(); } else { inputStream = ((HttpURLConnection) connection).getErrorStream(); } …… Best regards --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Base Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Base-data-API?hl=en -~----------~----~----~----~------~----~------~--~---
