We are upgrading our revit projects from 2020 to 2022 and our revit file names end with the version they belong to for easy identification ( xxxx_R20.rvt) and we'd like to rename all the items in the project to xxxx_R22.rvt. I have been able to gather all the items, their names and their URNs for a patch... but the patch item throws an error saying :
{ "jsonapi": { "version": "1.0" }, "errors": [ { "id": "5f1b5519-3118-4c43-80f4-97c412419acf", "status": "403", "code": "USER_NOT_AUTHENTICATED", "detail": "The client_id is not whitelisted for schema 'items:autodesk.bim360:C4RModel' access." } ] }
The forge client id does have access to the account and has been used to make many other changes... I did try using the patch from versions to make the change to the name with no luck ... ( I receive the same error)
Any and all help is appreciated, Thank you!