• Andrea Bianco
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hello!
I'm starting reading documentation and I want use the JSforce (a JavaScript library).
I'm using the trial for Enterprice Edition
For using the API I read that I have to create a new Connected App with OAuth enable and I have the security token.

When I trying to make a simple query, the system answers with this error:
{ [API_DISABLED_FOR_ORG: The REST API is not enabled for this Organization.]
  name: 'API_DISABLED_FOR_ORG',
  errorCode: 'API_DISABLED_FOR_ORG' }

How can be possible? API are not enabled in trial version?
Hello!
I'm starting reading documentation and I want use the JSforce (a JavaScript library).
I'm using the trial for Enterprice Edition
For using the API I read that I have to create a new Connected App with OAuth enable and I have the security token.

When I trying to make a simple query, the system answers with this error:
{ [API_DISABLED_FOR_ORG: The REST API is not enabled for this Organization.]
  name: 'API_DISABLED_FOR_ORG',
  errorCode: 'API_DISABLED_FOR_ORG' }

How can be possible? API are not enabled in trial version?