Thursday, March 12, 2015
Code updates required for Apps Script advanced services
The APIs for three of Apps Scripts advanced services — Analytics, BigQuery, and Prediction — will undergo breaking changes on Monday, November 18. If you dont update your code to the new syntax before then, youll receive error messages such as Required parameter is missing.
Advanced services allow you to easily connect to certain public Google APIs from Apps Script. Were working to expand and improve our advanced services, and as a side effect some methods and parameters that were incorrectly listed as optional are now required.
On November 18, these services will switch to use the new method signatures shown in the tables below. To learn how new arguments should be structured, refer to the documentation for the underlying API. For example, the documentation for the BigQuery services Jobs.query()method shows the valid properties for the resource object in the "Request body" section of the page.
| Old | New |
|---|---|
Analytics.Management.Uploads | |
|
|
BigQuery.Datasets | |
|
|
|
|
BigQuery.Jobs | |
|
|
|
|
BigQuery.Tabledata | |
|
|
BigQuery.Tables | |
|
|
|
|
Prediction.Hostedmodels | |
|
|
Prediction.Trainedmodels | |
|
|
|
|
|
|
If you want to prepare your code ahead of time, you can add a try/catch around your existing code that retries with the new method signature if the old one fails. For example, the following sample applies this approach to the BigQuery services Jobs.query() method:
var result;
try {
result = BigQuery.Jobs.query(projectId, query, {
timeoutMs: 10000
});
} catch (e) {
// Refer to the BigQuery documentation for the structure of the
// resource object.
var resource = {
query: query,
timeoutMs: 1000
};
result = BigQuery.Jobs.query(resource, projectId);
}
We apologize for inconvenience and look forward to sharing exciting news about advanced services in the coming weeks.
![]() | Eric Koleda profile Eric is a Developer Programs Engineer based in NYC on the Google Apps Script team. Hes previously worked with the AdWords API and enterprise content management software. |
Wednesday, February 4, 2015
Nokia Lumia 520 Hard Reset Blue Screen Reset Lock Code
In this tutorial I will teach you how to hard reset your Nokia Lumia 520. This can also fix the cog wheel of death, blue screen of death. Hard reset combination works in other Windows Phone 8 devices.

OK Lets proceed follow the instruction bollow
1. Turn the power Off.
2. Press and hold the Volume down and connect the charger or the USB cable with PC, for about 8 seconds, you will see an exclamation mark (!) on the screen. Note: If you do not press any of the following keys, then the phone wp8 will starts boot normally.
Then press the keys in this exact order:
1. Volume up
2. Volume down
3. Power
4. Volume down
Then wait until the phone reboot. Just be patient. It takes about 2-3 minutes until it reboot into normal state.
