GithubHelp home page GithubHelp logo

google-url-shortener.workflow's People

Contributors

roolo avatar

Stargazers

 avatar

Watchers

 avatar  avatar

google-url-shortener.workflow's Issues

Daily Limit for Unauthenticated Use Exceeded.

Looks like this is worthless since google doesn't allow unauthenticated shortening anymore

`curl -v https://www.googleapis.com/urlshortener/v1/url -X POST -H 'Content-Type: application/json' -d "{"longUrl": "$1"}"

  • Trying 2a00:1450:4008:800::200a...
  • Connected to www.googleapis.com (2a00:1450:4008:800::200a) port 443 (#0)
  • TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
  • Server certificate: *.googleapis.com
  • Server certificate: Google Internet Authority G2
  • Server certificate: GeoTrust Global CA

    POST /urlshortener/v1/url HTTP/1.1
    Host: www.googleapis.com
    User-Agent: curl/7.43.0
    Accept: /
    Content-Type: application/json
    Content-Length: 15

  • upload completely sent off: 15 out of 15 bytes
    < HTTP/1.1 403 Forbidden
    < Vary: X-Origin
    < Content-Type: application/json; charset=UTF-8
    < Date: Mon, 16 May 2016 18:13:32 GMT
    < Expires: Mon, 16 May 2016 18:13:32 GMT
    < Cache-Control: private, max-age=0
    < X-Content-Type-Options: nosniff
    < X-Frame-Options: SAMEORIGIN
    < X-XSS-Protection: 1; mode=block
    < Server: GSE
    < Alternate-Protocol: 443:quic
    < Alt-Svc: quic=":443"; ma=2592000; v="33,32,31,30,29,28,27,26,25"
    < Accept-Ranges: none
    < Vary: Origin,Accept-Encoding
    < Transfer-Encoding: chunked
    <
    {
    "error": {
    "errors": [
    {
    "domain": "usageLimits",
    "reason": "dailyLimitExceededUnreg",
    "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.",
    "extendedHelp": "https://code.google.com/apis/console"
    }
    ],
    "code": 403,
    "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."
    }
    }
  • Connection #0 to host www.googleapis.com left intact`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.