vimeo-networking-java icon indicating copy to clipboard operation
vimeo-networking-java copied to clipboard

The Vimeo Java (Android) SDK

Results 23 vimeo-networking-java issues
Sort by recently updated
recently updated
newest added

# Summary Vimeo sdk is not working on android. I am using github code in android. but log-in functionality is not working in demo. ## Reproduction Steps authenticate method not...

#### Issue Summary A brief but thorough description of the issue. #### Reproduction Steps Detailed steps to reproduce the issue. #### Expected Behavior What do you expect to happen as...

Hello everyone, I am trying to implement an offline feature in my app where the user can download videos to watch when offline! is there a way to download encrypted...

# Summary A brief but thorough description of the issue. ## Reproduction Steps Detailed steps to reproduce the issue. ## Expected Behavior What do you expect to happen as a...

# Summary I can't compile example application ## Reproduction Steps open project in android studio modify CLIENT_ID & CLIENT_SECRET to actual values from created vimeo app (on web) select "example"...

As of 10AM this morning it looks like Vimeo changed something in the way the VideoFile.createdTime JSON is returned which now vimeo-networking-java cannot parse, and it crashes. This is not...

# Summary The documentation strongly recommends applying field filters to reduce the amount of data we get back, but it doesn't explain the video output schema. What should the field...

No one responded to my ticket last time, when there was some kind of outage, although I see that this project is still being worked on. Looks like no one...

- Stacktrace Caused by: java.lang.IllegalStateException: Authentication is not supported when using a fixed access token at com.vimeo.networking2.internal.NoOpAuthenticatorImpl.reject(NoOpAuthenticatorImpl.kt:85) at com.vimeo.networking2.internal.NoOpAuthenticatorImpl.authenticateWithClientCredentials(NoOpAuthenticatorImpl.kt:23) at com.radio.playbackspeeddemo.PlayApp.onCreate(PlayApp.kt:27) at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1190) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6850) ------------------------------------------------------------------------------------------------------------------------ - Code causing issue:...