TPark_RL
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Posts
Recent activity by TPark_RL-
Root Folder
I guess everyone is ignoring my posts because I'm so obviously inept, but I'll try again. What I want to do should be very simple; once I authenticate via an Android app, I want to upload and dow...
-
No redirect needed
AnsweredAfter authentication, my Android app will take care of uploading and downloading files, so no redirect is needed, at least that's the way it appears to me. So how do I prevent the "redirect_u...
-
Examples
It would be helpful to have some very simple examples, rather than a single very comprehensive example that includes everything. Does someone have a simple Android example that just provide...
-
Python 3 boxsdk
I see others seem to be using python3, but when I install boxsdk using pip, I can only run the little program snippet using python2: i@raspberrypi:~ $ python3 boxInit.pyTraceback (most recent call...
-
Kotlin
Anyone have any Kotlin examples? Copying java and importing into Android Studio and letting it convert the java to Kotlin is a tedious process. Tom