Closed sekorff closed 5 months 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/
the issue raised more than 2 week will be close, please reopen the issue, thanks .
Hi, would it be possible to login in EU BIM360 and ACC Server with apsbot or aps-toolkit ?
THX