Our team uses a shared Google Drive map to store our projects. In the past we used 'Backup & Sync' to synchronize and map it to a local logical drive letter on windows. This worked fine. But recently 'Backup & Sync' was discontinued and replaced by 'Google Drive for Desktop'. This works in a different way. Everything is basically stored in the cloud with an option for offline access.
Unfortunatly not all software works well with this though. One particular issue we have is with C++ Builder. When trying to build a project it fails with the following messages:
[ilink32 Warning] Warning: Failed to create state file H:/My Drive/Foobar/Win32/Debug/Foobar.ils (error code 1224)
[ilink32 Warning] Warning: Unable to perform incremental link - performing full link...
[ilink32 Warning] Warning: Failed to create state file H:/My Drive/Foobar/Win32/Debug/Foobar.ils (error code 1224)
[ilink32 Error] Error: Unable to perform link
I'm looking for a fix or workaround.