0

I am trying to download an Android Things image for Raspberry Pi 3 and I get this 403 Forbidden error. What can I do?

What do you want to do?
1 - Install Android Things and optionally set up Wi-Fi
2 - Set up Wi-Fi on an existing Android Things device
1
What hardware are you using?
1 - Raspberry Pi 3
2 - NXP Pico i.MX7D
1
You chose Raspberry Pi 3.

Setting up required tools...
Fetching additional configuration...
Downloading platform tools...
4.74 MB/4.74 MB
Unzipping platform tools...
Finished setting up required tools.

Raspberry Pi 3
Do you want to use the default image or a custom image?
1 - Default image: Used for development purposes. No access to the Android
Things Console features such as metrics, crash reports, and OTA updates.
2 - Custom image: Upload your custom image for full device development and
management with all Android Things Console features.
1
Downloading Android Things image...
could not download image: unable to download image: error downloading file: error downloading file: error downloading https://storage.googleapis.com/things-images/images/iot_rpi3.img.zip: 403 Forbidden
Press [Enter] to quit.
Onik
  • 19,396
  • 14
  • 68
  • 91

2 Answers2

3

There is an issue on that... I also got the same result on my Mac.

In the meantime, you can do it manually by creating a new project in the Console, building a blank image and flashing it into a microSD card. Then follow the setup instructions.

In order to build an image click on the project's model ID (see the picture below) and follow the configuration steps.

enter image description here

Once built, the image can be downloaded.

enter image description here

Onik
  • 19,396
  • 14
  • 68
  • 91
2

These default images and tools are not longer available. You can now only flash your device using factory images for your console product.

I would also recommend reviewing the latest information on the FAQ page to learn more about the Android Things platform status.

devunwired
  • 62,780
  • 12
  • 127
  • 139