Note that there are some explanatory texts on larger screens.

plurals
  1. POAccessing google drive from Android
    primarykey
    data
    text
    <p>I followed steps listing at <a href="https://stackoverflow.com/questions/13833358/how-to-upload-file-on-google-drive-using-my-android-application/14584010#14584010">How to upload file on google drive using my android application</a> and <a href="http://www.youtube.com/watch?v=Ied1CjJ0iP0" rel="nofollow noreferrer">http://www.youtube.com/watch?v=Ied1CjJ0iP0</a> .But i am getting these errors .Please help me out .I have one more issue what if i want upload some file created my application to some user's(not added on phone) drive without user interaction </p> <pre><code> 01-29 18:48:07.925: E/Trace(5134): error opening trace file: No such file or directory (2) 01-29 18:48:26.955: E/AndroidRuntime(5134): FATAL EXCEPTION: Thread-6566 01-29 18:48:26.955: E/AndroidRuntime(5134): java.lang.NullPointerException 01-29 18:48:26.955: E/AndroidRuntime(5134): at java.net.URI.parseURI(URI.java:353) 01-29 18:48:26.955: E/AndroidRuntime(5134): at java.net.URI.&lt;init&gt;(URI.java:204) 01-29 18:48:26.955: E/AndroidRuntime(5134): at com.google.api.client.http.GenericUrl.&lt;init&gt;(GenericUrl.java:100) 01-29 18:48:26.955: E/AndroidRuntime(5134): at com.google.api.client.googleapis.media.MediaHttpUploader.upload(MediaHttpUploader.java:269) 01-29 18:48:26.955: E/AndroidRuntime(5134): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:408) 01-29 18:48:26.955: E/AndroidRuntime(5134): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:328) 01-29 18:48:26.955: E/AndroidRuntime(5134): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:449) 01-29 18:48:26.955: E/AndroidRuntime(5134): at com.example.googlevideo.MainActivity$1.run(MainActivity.java:103) 01-29 18:48:26.955: E/AndroidRuntime(5134): at java.lang.Thread.run(Thread.java:856) </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload