Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am making a script that will traverse all my designs across all team hubs. Open them one by one and do various operations. (I am on two teams and then have a bunch of personal files as well)
I'm having trouble opening designs on another team hub than the one currently the active one.
Python throws this at me:
RuntimeError: 3 : Design is located in another team.
You may not be able to save changes you make to this design.
I can catch this fine but while the design actually loaded I cant do anything with it since I didn't get the document handle.
Questions:
- Can I switch active teams hub using the python API?
- Other ways around this?
Solved! Go to Solution.