chuongmep / aps-toolkit

An Libray Unlock BIM Data With Autodesk Platform Services
GNU General Public License v3.0
47 stars 7 forks source link

apsbot or aps-toolkit login to Europe BIM360 ans ACC #8

Open sekorff opened 1 week ago

sekorff commented 1 week ago

Hi, would it be possible to login in EU BIM360 and ACC Server with apsbot or aps-toolkit ?

THX

chuongmep commented 1 week ago

Hi @sekorff, It supported with aps-toolkit, you can change input require with region you want, example :

rom aps_toolkit import Auth
from aps_toolkit import PropDbReaderRevit
auth = Auth()
token = auth.auth2leg()
urn = "<Derivative URN>"
region_europe = "EMEA"
prop_reader = PropDbReaderRevit(urn, token,region_europe )

https://aps.autodesk.com/en/docs/acc/v1/overview/acc-regions/