elringus / unity-google-drive

Google Drive SDK for Unity game engine
https://forum.unity.com/threads/515360
MIT License
404 stars 64 forks source link

How to download an fbx file? #84

Closed sonostrano closed 3 years ago

sonostrano commented 3 years ago

How can I download an fbx file from drive and save it to a specific folder? Is there any example? thanks

sonostrano commented 3 years ago

figured out. thanks anyway

File.WriteAllBytes(destination, file.Content); :)