This is a migrated thread and some comments may be shown as answers.

The account quota is limited for this operation.

6 Answers 121 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mischa
Top achievements
Rank 1
Mischa asked on 24 Oct 2013, 11:18 PM

I'm trying to create a new item, but I'm faced with the error "The account quota is limited for this operation." I've added a reference to "EverliveSDK.Windows\Telerik.Everlive.Sdk.dll" and I want to authenticate with the App's Master Key.

Here's a small piece of my code:

EverliveAppSettings eAppSettings = new EverliveAppSettings()
{
    ApiKey = "MyApp_ApiKey",
    UseHttps = true
};

eApp = new EverliveApp(eAppSettings);
eApp.WorkWith().Authentication().Login("MyApp_MasterKey");
eApp.WorkWith().Data<MyClass>().Create(myClass).ExecuteSync();

6 Answers, 1 is accepted

Sort by
0
Accepted
Hristo Borisov
Telerik team
answered on 25 Oct 2013, 08:29 AM
Hi Mischa,

The reason you are getting this exception is that you are setting your requests to use HTTPs with UserHttps = True. At this stage, we are not allowing HTTPs requests to the Everlive services for the Developer edition which is free of charge.

You have to either start using HTTP or you have to purchase an Everlive edition that works with a secure channel.

We will make sure that the error message you get is much more descriptive, so that you can understand the reasons for it. Please let me know if you need anything else to help you get started with Telerik Everlive.

Regards,
Hristo Borisov
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Mischa
Top achievements
Rank 1
answered on 25 Oct 2013, 09:02 AM
Hi Hristo,

Thanks for the quick answer. Now the next question is: Which editions support HTTPS (and how do I upgrade my Everlive Edition)?

Regards,
Mischa
0
Hristo Borisov
Telerik team
answered on 25 Oct 2013, 09:20 AM
Hello Mischa,

The Everlive editions are listed here http://www.telerik.com/everlive/pricing where you have the option to purchase both monthly or annual subscriptions.

Let me know if you need further assistance, and I can get you in touch with one of our sales representatives.

Regards,
Hristo Borisov
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Mischa
Top achievements
Rank 1
answered on 25 Oct 2013, 11:17 AM
Hi Hristo,

That page is what I was looking for since yesterday. I've been searching, but all I could find was this page: http://www.icenium.com/product/everlive/everlive-pricing.

I'll be testing EverLive over HTTP and when I'm ready for the next step I'll order the Startup edition, regenerate the Master Key and start using HTTPS.

Regards,
Mischa
0
Steve
Telerik team
answered on 25 Oct 2013, 11:43 AM
Hi Mischa,

We apologize for the obsolete link, it is delinked from all of our pages, however most likely it is still discoverable from google search - we would fix this shortly.

Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Mischa
Top achievements
Rank 1
answered on 25 Oct 2013, 12:36 PM
I've also found the new EverLive forums (http://www.telerik.com/everlive/forums) and posted a new thread. Hope that's OK.
Tags
General Discussion
Asked by
Mischa
Top achievements
Rank 1
Answers by
Hristo Borisov
Telerik team
Mischa
Top achievements
Rank 1
Steve
Telerik team
Share this question
or