Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

148
Views
Callback function is throwing a generic 401 error

I'm using the TinyCloud service within the TinyMCE rich text editor in a react website.

In my TinyMCE I have this working fine. It returns a valid JWT:

 tinydrive_token_provider: '/api/jwtcontroller/' + systemId + '/jwtRequest',

However, in the TinyMCE docs, I read you can also code it like this:

  tinydrive_token_provider: function (success, failure) {
    success({ token: "jwt-token" });
    // failure('Could not create a jwt token')
  },

So I put the call into the success part of the call like this:

 tinydrive_token_provider: function (success, failure) {
    success({ token: '/api/jwtcontroller/' + systemId + '/jwtRequest' });
    // failure('Could not create a jwt token')
  },

But when I do that, I get a generic 401.

Is there something I'm doing wrong?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!