Android App for BIM 360 Docs

I just heard that the Android version of mobile app for BIM 360 Docs finally released! It’s available for download from the Google Play Store. This is THE first Android app for BIM 360 family products (aside from the BIM 360 Team which is a branding change of A360 Team and whose Android app is already available.)

The BIM 360 Docs Android app is an free app. You can use it to access your BIM 360 Docs data. The first version focuses around viewing project documents, models, markups, and issues. More functionalities are expected to come, including the ability to download files for offline access, and more advanced issue and markup management features.

If you have an Android device, please give it a try.

bim-360-docs-android

Mikako

HQ API Intro Node.js

Prompted by an inquiry through the forum post, I made a minimum sample that uses HQ API. I wanted to do “Intro Labs” series for Forge API for a while any way. He gave me a little push to start something along the line of Intro Labs. (So thank you for asking.)  Not quite to the level of Labs, yet. I hope I will be accumulating how-to materials as I write in small chunks at a time.

The Intro sample is intended for people who is new to HQ API. The sample demonstrates the following workflow:

  1. Get a token using two-legged authentication
  2. Get the list of companies
  3. Updates a company info

Continue reading “HQ API Intro Node.js”