We trying to login using the https://bim360field.autodesk.com/api/login using the required credentials. The username has admin access to the project and Field account. We get "401-Unauthorized credentials" as response for this. What are we missing here?
We trying to login using the https://bim360field.autodesk.com/api/login using the required credentials. The username has admin access to the project and Field account. We get "401-Unauthorized credentials" as response for this. What are we missing here?
Hi Praveen,
Looks like you are missing "s" in https
URL: https://bim360field.autodesk.com/api/login
For more detail:
https://fieldofviewblog.wordpress.com/2015/04/08/lab1-hello-field-world/
Hi Praveen,
Looks like you are missing "s" in https
URL: https://bim360field.autodesk.com/api/login
For more detail:
https://fieldofviewblog.wordpress.com/2015/04/08/lab1-hello-field-world/
Thanks for the response.
Have tried that too, with 'https'. Still doesnt work. Same response, 401.
Thanks for the response.
Have tried that too, with 'https'. Still doesnt work. Same response, 401.
Are you based in Europe? If so, maybe this one?
https://fieldofviewblog.wordpress.com/2016/08/18/base-url-for-bim-360-field-in-european-countries/
Are you based in Europe? If so, maybe this one?
https://fieldofviewblog.wordpress.com/2016/08/18/base-url-for-bim-360-field-in-european-countries/
No. We are based out of India. And mapped to the US servers.
No. We are based out of India. And mapped to the US servers.
Do you have many expired accounts? Such as expired trial accounts?
Do you have many expired accounts? Such as expired trial accounts?
No. The account is active. And all the projects the user is admin for are also active.
No. The account is active. And all the projects the user is admin for are also active.
Praveen,
I understand the account you are accessing through UI right now is active. But since your are saying that you cannot access through API, I'm trying to confirm is if you have ever used other accounts in the past, which you no longer have an access, such as expired trials.
As discussed in this thread, we had a case where a user had expired accounts, which was preventing for him to access the account is still linked to your Autodesk ID. If this is the case, we will need to ask the engineering team to purge unwanted accounts linked to your Autodesk id:
But if you confirm, you don't have anything like that, then we will need to find what else is causing your issue.
Praveen,
I understand the account you are accessing through UI right now is active. But since your are saying that you cannot access through API, I'm trying to confirm is if you have ever used other accounts in the past, which you no longer have an access, such as expired trials.
As discussed in this thread, we had a case where a user had expired accounts, which was preventing for him to access the account is still linked to your Autodesk ID. If this is the case, we will need to ask the engineering team to purge unwanted accounts linked to your Autodesk id:
But if you confirm, you don't have anything like that, then we will need to find what else is causing your issue.
Could you try with the e-mail address registered with Autodesk account?
Could you try with the e-mail address registered with Autodesk account?
Looking at the original post and the attached image, I see a name in the username field rather than an email.
When logging into the Field web UI (bim360field.autodesk.com) do you use "praveenraoATLCT" or do you use an email address? My guess is that this is where the problem is to be found. If you can log into the Field web UI with a set of credentials, then you can authenticate with the API using those same credentials as well, unless there are issues with inactive accounts as Mikako mentioned earlier.
I hope this helps,
Looking at the original post and the attached image, I see a name in the username field rather than an email.
When logging into the Field web UI (bim360field.autodesk.com) do you use "praveenraoATLCT" or do you use an email address? My guess is that this is where the problem is to be found. If you can log into the Field web UI with a set of credentials, then you can authenticate with the API using those same credentials as well, unless there are issues with inactive accounts as Mikako mentioned earlier.
I hope this helps,
Any suggestions on solving this issue? We are loosing time on this, need to know whats going wrong and where.
Any suggestions on solving this issue? We are loosing time on this, need to know whats going wrong and where.
@Anonymous Is it possible this is being caused by a CORs issue? I'm having the same issue. I can get a ticket using the classic Field API if I use something like Python or Postman; but as soon as I switch to Javascript & Node.JS + React it stops working and presents an error message: "blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource."
Is this something that I can solve at my end, or is this blocked somehow at your end?
I'm trying to run it from localhost if it makes any difference.
@Anonymous Is it possible this is being caused by a CORs issue? I'm having the same issue. I can get a ticket using the classic Field API if I use something like Python or Postman; but as soon as I switch to Javascript & Node.JS + React it stops working and presents an error message: "blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource."
Is this something that I can solve at my end, or is this blocked somehow at your end?
I'm trying to run it from localhost if it makes any difference.
Can't find what you're looking for? Ask the community or share your knowledge.