Google Drive Android API - Invalid DriveId and Null ResourceId
问题 I have been battling this code the whole day without luck. I started by following this code sample from Google. The problem is that the folder gets created successfully but inside onResult() , I always get a DriveId or resourceId that is invalid or incomplete. That means I cannot create a file inside the folder I created. Here is the code I am using: public class CreateFolderActivity extends BaseDemoActivity { @Override public void onConnected(Bundle connectionHint) { super.onConnected