Friday, June 27, 2025
32.9 C
Singapore

Not just in Singapore: Electric scooter catches fire at Dropbox headquarters, San Francisco

It appears that e-scooters catching fire isn’t just limited to incidents in Singapore.

An electric scooter caught fire at the Dropbox headquarters in San Francisco on Wednesday (Aug 14).

The burning scooter was on the fifth floor, but the entire building was evacuated nonetheless for safety.

ReadE-scooters left on charge mode causes fire in Bukit Batok flat

Employees said they were evacuated for about two hours.

The San Francisco Fire Department stated that they extinguished the fire safely, and no one was injured.

According to Dropbox creative director Davy Rudolph, the scooter in question was a relatively “cheap” model called the Tianrun R3 priced at $250 (S$346). One of their employees owned the now-charred electric scooter but did not say where it was purchased.

Electric scooters are all the rage in San Francisco, Silicon Valley, and other American cities as scooter startups like Skip and Bird (previously Scoot) as well as Uber and Lyft are flooding the streets with shareable e-scooters and e-bikes.

See also  Fire at The Peak at Toa Payoh sees 300 people evacuated and 3 others sent to hospital

Skip, a scooter-sharing company based in San Francisco, was the topic of debate after one of its e-scooters burst into flames while parked on a DC sidewalk.

The e-scooter trend in major cities and business districts is seen as a more climate-friendly solution to traffic congestion during rush hour, but nothing is greener than riding an old-school bicycle or going for a walk. -/TISG

More PMDs, more fires? SCDF, LTA alarmed by growing number of PMD-related fires

 

Hot this week

Harvard and University of Toronto brace for crisis, draft backup plan for international students

TORONTO: In an audacious and extraordinary move, Harvard University...

US and China strike deal to expedite rare earth shipments amid trade tensions

WASHINGTON/BEIJING: China and the United States have reached an...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });