How to upload a file to google drive folder using android google drive sdk
Using the bellow snippet I am able to access folder which I have already created with the same app. I am using 'com.google.android.gms:play-services-drive:9.0.0' library and referring google drive sample on github . using the sample CreateFolderInFolderActivity.java I am able to create folder inside an existing folder. Instead of creating folder I need to create a file inside existing folder. public class CreateFileInsideFolderActivity extends BaseDemoActivity { private static final String TAG = "CreateFileActivity"; @Override public void onConnected(Bundle connectionHint) { super.onConnected