Database Backup User Permission Unauthorize Error

Hey everyone!

I am currently in the process of backing up our database and we are following an article you have put up to backup database in our file system. The program you have instructed works on my local console and also on the server code.

I have already enabled the user permission on all database table as well as the file permission table as well.


As I ran the timer, it says here that the user is not authorized to access something. Can you please look this up and see what I am missing? Thank you!

Hi @Kean_Mikka_Aton

Please provide your appId we will take a look

Regards,
Vlad

Hello @vladimir-upirov ,
Here is our App ID 4A47197B-AE30-FA84-FF56-0071F4010900.

Please let me know if you need any further information from me. Thank you!

For developer you use to run export enabled the Two-factor authentication that’s why when you login in your code it’s not actually logged in

  await apiClient.user.login(login, password)

There are two option:

  1. create a new account without TFA and use it in your service
  2. disable TFA for the developer you use, you can do it here

Thank you @vladimir-upirov!

I disable my 2FA for now and was able to bypass the unauthorize error but encountered this one another error right here.

Do you happen to know what permission I needed to grant for this error? Thanks!

Hi Kean,

I believe it is this one:

Regards,
Mark