简体   繁体   English

BIM 360字段API登录问题

[英]BIM 360 field API login issues

Frustrating issue with attempting to use REST to login to the BIM 360 Field API, it was suggested that to use the postman application in order to ensure that my code wasn't an issue, however I'm now getting an unauthorized error, this has been attempted with an admin account and a developer account with the same response (login details are definitely valid), I was wandering if anyone has encountered this problem before or has any idea how would go about getting past this, I need to get the ticket response in order to go any further with developing an application for this, I'm already in contact with someone from Autodesk but due to timezone differences responses are difficult! 尝试使用REST登录BIM 360 Field API时令人沮丧的问题是,建议使用邮递员应用程序以确保我的代码不是问题,但是现在我遇到了未经授权的错误,尝试使用具有相同响应的管理员帐户和开发人员帐户(登录详细信息绝对有效),如果有人之前曾遇到此问题或不知道如何解决该问题,我一直在徘徊,我需要获取票证为了进一步开发此应用程序,我已经与Autodesk的某人联系,但是由于时区不同,响应很困难!

I've attached a picture to highlight the simplicity of what I'm attempting to do with no joy! 我已附上一张图片,以突出我尝试做的简单性而没有喜悦!

Thanks in advance 提前致谢

Dan

In case somebody else hits the same issue, FYI - 万一其他人遇到同样的问题,FYI-

Dan and I looked at this issue, and we learned (in a hard way) that the base URL for BIM 360 Field in European region is: Dan和我研究了这个问题,我们(通过一种艰难的方式)了解到,欧洲地区BIM 360 Field的基本URL为:

https://bim360field.eu.autodesk.com https://bim360field.eu.autodesk.com

Notice "eu" in the URL. 注意URL中的“ eu”。 In the US, it is https://bim360field.autodesk.com 在美国,是https://bim360field.autodesk.com

I wrote a post about this, too, for future reference: https://fieldofviewblog.wordpress.com/2016/08/18/base-url-for-bim-360-field-in-european-countries/ 我也写了一篇关于这个的帖子,以供将来参考: https : //fieldofviewblog.wordpress.com/2016/08/18/base-url-for-bim-360-field-in-european-countries/

我也发现当我使用https而不使用http时,它可以工作,尽管帮助中的示例使用http。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM