生成goo.gl不能在localhost上工作

时间:2017-02-09 06:18:26

标签: php

我正在尝试通过function.php动态生成goo.gl链接,当创建帖子时...但它没有使用localhost创建的链接更新字段...我只是无法弄清楚问题

Object value = row[8]; // I don't know what `row` is, change this to be a more specific type if there are any type-safety constraints on `row[8]`.
if( Object.ReferenceEquals( DBNull.Value, value ) ) {
    // value is SQL NULL
}
else {
    // value is not SQL NULL, but it is not necessarily a Decimal value either

    if( value is Decimal ) {

        return (Decimal)value; // you can't use the shorthand `as` operator with value-types like Decimal
    }
}

1 个答案:

答案 0 :(得分:0)

你的代码很好。我已经创建了自己的API密钥并尝试了这个并且工作正常。问题可能出在谷歌控制台上。

请登录https://developers.google.com/apis-explorer/?hl=pl#p/urlshortener/v1/并尝试在那里生成短网址。 Google应该要求您授权之前创建的密钥。之后代码应该可以正常工作。