Adobe Kuler API Update

Hi everyone, I was just wondering if there is an update on the progress of the Kuler API. I havent heard about it in quite a while. Thanks.

Clearly Adobe is on a massive learning curve with their Cloud infrastructure and what is required to maintain security and uptime.
This event almost sounds like human error somewhere in the backend during an update or similar.
Most disturbing to me are the dark periods where users are left without access to paid software, services and support for hours or days wondering what is going on.
Adobe simply goes silent. Not good enough. And posting apologetic blog posts after the event simply worsens the perception from the outside looking in.
Adobe must learn to handle these events - and I'm sure there will be more - much better and communicate with their customers.

Similar Messages

  • API for Adobe Color - what's the successor to the Kuler API

    I had an Adobe Kuler API key, and I have written an app that used it to retrieve Kuler color schemes.
    Since Adobe moved Kuler over to Color, this has all stopped working.
    (Other people had problems before that point, because Adobe stopped issuing new API keys for Kuler, but I had a key and it kept working).
    So my question is: How do I change my app so it works again? What is the successor to the Kuler API?
    I've searched and found nothing - which may indicate that there is no API. But it would seem odd for Adobe to move to a new platform and silently discontinue such a key feature.
    And if there is no API at present, it would help to know what plans there are. If the Kuler API is permanently dead, I need to find a rival community-generated colour scheme platform, and recode to use that instead.

    I'd love to see an API for adobe color as well.

  • Portfolio using Kuler API

    I've been working on creating a portfolio for myself and thought it would be cool to integrate the Adobe Kuler API into it.
    Here's what I came up with: http://www.joelb.me
    Feedback on the portfolio design is appreciated, and I'd love it if my site could get featured on the API samples page

    ah, ok. got it. this is what you need to do-
    1. get your own api key
    2. in your rss url, you'll need to add something like this to
    the end of the url string "
    http://kuler.adobe.com/kuler/API/rss/get.cfm?key=D3..."
    hope that helps

  • How do I use the Kuler API?

    For more information on the Kuler APIs and guidelines for usage and application naming, see the Kuler
    Update (5/30/13): We're working to rebuild the Kuler API to offer more robust capababilities.  Until then, we're no longer issuing new API keys.  If you already have a key and are using the API, your service will not be interupted (your key will continue to work).

    Neha, thanks for your response.
    However there are two issues that I don't think have been addressed that make the old API unusable:
    1) URLs in the RSS feeds are not publicly accessible links.  For example:
    http://internal-prod-backend-1515523722.us-east-1.elb.amazonaws.com/index.cfm#themeID/5956 36
    (Copied from https://kuler-api.adobe.com/rss/search.cfm?searchQuery=blue&key=mykey)
    2) There are application errors on the thumbnail URLs.  For example:
    https://kuler-api.adobe.com/rss/png/generateThemePng.cfm?themeid=11&key=mykey
    yields: "error on line 1 at column 1: Document is empty"

  • Kuler API doesn't work with Windows 8 apps

    Hi, I've been trying to get the Kuler API to work with my app for Windows 8 (I'm using C# and XAML). For example:
    string feed = await client.GetStringAsync("https://kuler-api.adobe.com/rss/get.cfm?listType=" + type + "&itemsPerPage=" + items + "&timeSpan=" + timeSpan + "&key=" + key);
    However this throws a Http Request Excepion and tells me: "The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF".
    This request worked absolutely fine a while ago but now it throws that exception. If I paste the url into a web browser like Chrome it works fine because Chrome ignores errors like this. Is there any way of fixing this problem? Thanks.
    Edit: if the issue can't be resolved, can anyone give an update as to when the new API system is going to be in operation? I haven't heard anything since May and it's now July.

    See:
    *https://support.mozilla.org/kb/windows-media-or-other-plugins-stopped-working
    There has been a change in where Firefox searches for plugins and the plugins folder in the Firefox program folder is no longer scanned for plugins, so Firefox won't find them anymore if they are installed in the plugins folder instead of the "browser\plugins" folder that Firefox now scans.
    You can set the plugins.load_appdir_plugins pref to true on the about:config page to make Firefox scan the "<install>/plugins/" directory for plugins like the WMP plugin (np-mswmp.dll).
    You can alternatively move plugins from "<install directory>\plugins\" to "<install directory>\browser\plugins\" (create this folder when missing) to make Firefox find them again.
    *http://www.ghacks.net/2013/05/15/why-you-may-have-lost-access-to-plugins-or-extensions-in-firefox-21/
    *http://mike.kaply.com/2013/04/24/major-changes-coming-in-firefox-21/

  • Kuler APIs available!

    Due to popular demand, we just released APIs for the kuler
    RSS feeds and the ability to search themes. For more about the
    kuler APIs, including an FAQ, see the
    wiki. Look for a
    future Showcase on Adobe Labs to see the "colored by kuler"
    applications that kuler members have created!
    Sami

    The November Quarterly Update will include a kuler API
    discussion.
    We've just opened up registration for the November 15th
    Quarterly developer update. Look for it at
    http://www.adobe.com/cfusion/event/index.cfm?event=detail&id=883099&loc=en_us
    This is a presentation tailored to developers for Adobe
    Creative Suite products. This session will include presentations on
    kuler, Flash, Dreamweaver, InDesign/InCopy, InDesign Server,
    Photoshop, Version Cue, Scripting, Illustrator and Bridge.
    Information about previous updates can be found at
    http://blogs.adobe.com/notesfrommnr/quarterly_update/

  • Kuler API Changes

    Hello folks, we have some updates for developers using the
    Kuler API:
    *API keys and new API*
    We are updating the kuler APIs to use a developer key system.
    We are implementing this for future features and functionality, as
    well as additional security.
    What do you need to do?
    1. Apply for a key at
    http://kuler.adobe.com/api/
    2. Update your APIs to the new APIs starting September 18, to
    keep your kuler colors flowing. The current APIs will stop
    returning requests on October 15. See the new APIs
    here.
    *Adobe Developer Connection*
    Kuler is now out of Adobe Labs, so check out the new
    Kuler
    area on Adobe Developer Connection. Once registered, you can
    find your API key information here.
    *Kuler code*
    Visit the new discussion forum for our developers: Kuler
    code. Post your Kuler-colored applications, ask questions, etc. The
    Kuler
    talk forum will be for general, non-dev discussion.
    *Show off your application*
    We have listed the Kuler API applications that we know of
    under
    Samples.
    If you have come up with something new, let us know on Kuler code.

    ah, ok. got it. this is what you need to do-
    1. get your own api key
    2. in your rss url, you'll need to add something like this to
    the end of the url string "
    http://kuler.adobe.com/kuler/API/rss/get.cfm?key=D3..."
    hope that helps

  • Kuler APIs in action

    For a list of the applications your fellow members have
    created using the kuler APIs, see the
    kuler
    mashups wiki. The list includes:
    * kuler panels for Flash CS3, Fireworks CS3, and Dreamweaver
    CS3
    * a Mac OS color picker plug-in
    * generative art with Cooler Kreator
    * screensavers, and more.
    If you have created a kuler mashup, please add it to the wiki
    and, as some folks have done already, feel free to let us know here
    on kuler talk.
    More info on the kuler APIs
    here. Have
    fun!
    Sami

    The November Quarterly Update will include a kuler API
    discussion.
    We've just opened up registration for the November 15th
    Quarterly developer update. Look for it at
    http://www.adobe.com/cfusion/event/index.cfm?event=detail&id=883099&loc=en_us
    This is a presentation tailored to developers for Adobe
    Creative Suite products. This session will include presentations on
    kuler, Flash, Dreamweaver, InDesign/InCopy, InDesign Server,
    Photoshop, Version Cue, Scripting, Illustrator and Bridge.
    Information about previous updates can be found at
    http://blogs.adobe.com/notesfrommnr/quarterly_update/

  • Where can I get a list of Adobe Connect API error messages?

    We have a test that will try to connect to an invalid Adobe Connect site and confirms that we get an appropriate error message back.  Last week, the error was "The remote name could not be resolved: test.com".   Now the error is "Unable to connect to the remote server".  Is there a list of Adobe Connect API errors and where would I check to see if they are changed/updated?
    Thanks,
    Kevin

    Assuming that you did a default installation, you can click Start-->Programs-->National Instruments-->FieldPoint 3.0-->FieldPoint Help. There is a category called Errors and Warning Codes. Under that category is two subcategories; FieldPoint Specific Error Codes and General Error codes. These two sub-categories should list most error codes that you will see.
    Regards,
    Aaron

  • Remoting Object  - Kuler API

    Hello,
    I don't want to serialize all that data - I want a AMF Object
    that matches my VO. I run coldfusion you run coldfusion how about
    sharing the love with your fellow coldfusion bro's and give us a
    CFC API. I am very lazy and I want the Speed increase.
    Any chance we might get to see this??? RSS is for the Non
    Adobe supporters
    Rich

    RRRushhh,
    Ray Camden has whipped up a CFC for you coldfusion
    developers:
    http://www.coldfusionjedi.com/index.cfm/2007/9/12/My-kul-CFC-Kuler-API-CFC
    Tim

  • Adobe Kuler App for iOS | Adobe Evangelists - Terry White | Adobe TV

    Terry White gives a 1st look at the NEW Adobe Kuler App for iPhone
    http://adobe.ly/141SNQJ

    I'm really excited to use Kuler on my iPhone. Any updates on the release date? Thanks.

  • Kuler API changed?

    We've used the Kuler API for a small application and it
    worked well for several weeks (end of 2008). Now we're getting
    error 2048 (security sandobox violation) and the data from kuler
    can't be loaded. When launching within Flash it's working weel but
    when loaded to the server the above mentioned error occurs.
    What leaves me confused is the fact, that the app worked and
    suddenly stopped. By the way the
    Kuler
    Panel example isn't working neither.
    Looking foreward for your advice.
    Benjamin

    ah, ok. got it. this is what you need to do-
    1. get your own api key
    2. in your rss url, you'll need to add something like this to
    the end of the url string "
    http://kuler.adobe.com/kuler/API/rss/get.cfm?key=D3..."
    hope that helps

  • Adobe AIR runtime update dialog breaks application

    I'm working on a large project that utilizes a C++ application to house the core logic and an AIR application to display a UI. The C++ program launches the AIR UI and passes it several command line parameters, including locale and port number to call back to the C++ application with.  Under normal circumstances, this works great.
    However, when there's an Adobe AIR runtime update, things go bad.  The runtime intercepts the UI invocation, kills it, and displays the generic AIR "do you want to update?" dialog.  Whether the user presses update or cancel, the UI application eventually gets relaunched -- but without the command line parameters originally passed to it!  I presume this is a bug in the Adobe AIR runtime updater code.
    The end result of this is that the UI gets relaunched, but doesn't know how to localize itself or what port to call back to the C++ application with!  If the user relaunches, it works fine (because the update dialog won't intercept again), but by then the user experience has already been mangled.  We can't even display a localized error message to tell them to relaunch because we don't know what locale they're using any more, and we can't call back to the C++ application to ask.
    I'm trying to find solutions/workarounds to this issue.  Because AIR won't let us turn off the update check on a per-application basis, it seems like the only viable solution would be to turn off the runtime update check for the whole machine.  But altering machines settings for the benefit of one application is definitely bad form, and I'd prefer not to do that if any other viable workaround exist.
    Any ideas?

    I filed a bug report last night using that same form.
    The duplication steps are straightforward.  I can duplicate the following with 100% success on a freshly imaged Win 7 32-bit box, admin user account:
    1) Install older version of Adobe AIR framework (I tried both 1.1 and 1.5.1).  It will ask you to update.  Click "Update later".
    2) Pull up task manager and watch the process list
    3) Run ANY Adobe AIR app with some parameters (I used Adobe's Settings Manager as a sample because it's small)
    4) Note that your application appears in the task manager briefly
    5) Your app is terminated and "Adobe Air Installer.exe" appears in the task manager.  A dialog pops up asking you to update.
    6) Click cancel
    7) Your app is reinvoked without any parameters
    As for my specific case, by "session" I do mean a single launch.
    I'm not aware of an evoke event -- perhaps you meant invoke event?  The invoke event is not executing before the app terminates (in step 5 above).  I think the AIR app is just running long enough to load the runtime and then the runtime takes over from there.
    Thanks...

  • Adobe Flash Player Update Service 11.3 r300 has encountered a problem and needs to close.  We are

    I get following message:
      Adobe® Flash® Player Update Service 11.3 r300 has encountered a problem and needs to close. We are sorry for the inconvenience.
    How can I solve this?

    People,
    Listen. This service is, has been and seemingly will be: FREE. So while emotions are running on the hot side of the guage, let's remember; it is FREE. Adobe owes no one anything. Now who's to blame, really? We, the people are to blame. Why? Because everyone has been ok with the fact that one company essentially designed and released a technology for streaming from the net. One company. And almost all of us are using this one company's technology to stream; for FREE.
    But now we are not ok with it when, after we are prompted to update, we have the issue of it not working? We all never saw the ridiculously high potential for this one company to screw things up, intentionally or otherwise? What the ramifications, that we are now experiencing, might be? Nah, we just took it for granted that we would continue to be served. Well the serve came, everyone. Mistake or otherwise.
    It's like this country [US], up until four-years ago. Everyone was either running around with snow shovels and hefty garbage bags to gather all the money they were making or sailing the seas of expectation and an, 'I am out there to get mine' attitude, and then the sh*t hits the fan and now people are complaining? About the very system until four years ago was spoon feeding them poolside with mai-tai's? While it was crushing everyone else in the known world?
    No doubt it seems incredulous that a multi-billion dollar company has an IT department that would include in an update, for their own software, that would be inconducive to working. No doubt. But keep in mind: we are all either using browsers by Apple or MS. Anything happens to these browsers, including a virus or anything else that threatens our use of them and...?
    So climb off the haughty, 'I deserve' crap and walk on the solid ground of trying to resolve this issue here at Adobe and around the net. If we were to band together, as the 99%, we could solve this, no problem. But then that holds true with resolving this fictitious economic downturn nonsense, that we solidly take for truth at face value, because our mainstream media says so. But no other species on this rock flying through space would know what the f*ck we were talking about.

  • Adobe CreativeCloud zeigt Updates an - Installation unmöglich.

    Adobe CreativeCloud zeigt Updates an - Installation unmöglich.
    Die Installation startet und bricht dann irgendwann zum Ende mit einer Fehlermeldung ab.
    Wird das Programm CreativeCloud dann direkt heruntergeladen und gestartet (egal ob normal, oder als Admin), bricht die Installation wieder mit einer Fehlermeldung ab.
    Die Meldung lautet:
    Folgende Probleme sind aufgetreten: Creative Cloud Desktop konnte nicht installiert werden.
    Es ist auch egal, ob eine Firewall läuft oder nicht.
    Es ist nur möglich, auf Abbr. zu klicken.
    Liebe Leute von Adobe, ich bin echt *GENERVT*.
    Diese ganze Cloudsache kostet micht mehr Zeit als mir lieb ist.
    Das Programm auf dem Rechner soll einfach nur laufen und nicht ständig mit einem solchen Mist nerven.
    Hat da einer eine Lösung?
    Wird an einem Update für das Update gearbeitet?
    *grummel*

    Creative Cloud Cleaner Tool
    Drüber bügeln und nochmal probieren. Klar ist die Situation nervig, aber ich glaube, die Wand anschreien wäre fast effektiver als auf Besserung von Adobe zu hoffen. Da brauchst du nix erwarten. Der Haufen Kacke dampft noch 'n Weilchen weiter vor sich hin...
    Mylenium

Maybe you are looking for

  • Setting multiple parameters in "ON VALUE-REQUEST FOR"

    Hello experts, I have a dynpro with two parameters on it, called PA_LABKY and PA_LABTX. The first field PA_LABKY is extended by a value help (see the code below). Normally when a user chooses a value from f4 help the field is filled with the value. T

  • Apple TV netflix not working

    Hi I've just bought an apple TV and set it up. Everything works well except Netflix wont work, I click on the icon and "accessing netfilx" comes up twice then it just goes back to the home screen. Please help.

  • Increase the Performance of a package while execution

    Hi, i am using oracle 9i and linux.. in my pl/sql if i executed a particular package it will take 5 min. please explain how to increase the performance of the package how to extract the query from the package and how to build an explain plan.. and ho

  • What is a .tod file??

    I have a video camera and all the videos are .tod files and .moi files. How can I get these to play on my Mac.

  • Non Budget related GL accounts

    Hye Experts I have some Gl accounts which are not relevant for budget. I dont want this GL accounts to be checked for budget. What shall I do. Shall i create a committment item with not relevant for budget or any statistical committment can be create