Edited wiki page GSoC2011IntegrationWithExternalAPIs through web user interface.
diff --git a/GSoC2011IntegrationWithExternalAPIs.wiki b/GSoC2011IntegrationWithExternalAPIs.wiki
index 4784a08..bf20653 100644
--- a/GSoC2011IntegrationWithExternalAPIs.wiki
+++ b/GSoC2011IntegrationWithExternalAPIs.wiki
@@ -14,7 +14,7 @@
Basically an export button for each lists on Melange that triggers an export mechanism to Google SpreadSheets. (including OAuth roundtrip, access token storing on datastore)
===Problems & Solutions===
* *Problem:* exporting a JavaScript list
- * *Solution:*
+ * *Solution:* export spreadsheet on client side. Implement JS methods over GData Protocols.
== 2.2 Student Proposals ==
===Overview ===
@@ -106,4 +106,8 @@
===TODOS:===
* Store tokens in datastore.
* Provide a "remember me" checkbox with login button.
- * Store "remember me" choice and access token in Profile model.
\ No newline at end of file
+ * Store "remember me" choice and access token in Profile model.
+
+== Monday, July 21 20:00:00 in UTC (GTalk with Mario) ==
+=== Notes ===
+It's not convenient to export lists from server side. GAE has 30 second request limit that may prevent uploading big lists. Instead of that, we can upload spreadsheets with JS over GData rest protocol.
\ No newline at end of file