OneDrive-SDK-java icon indicating copy to clipboard operation
OneDrive-SDK-java copied to clipboard

OneDrive SDK for Java

Results 12 OneDrive-SDK-java issues
Sort by recently updated
recently updated
newest added

Hi Isac, i have trouble with AbstractDriveItem.java: throw new UnsupportedOperationException("Unsupported type of item. contact author"); else if (remoteItem.getPackages() != null) { throw new UnsupportedOperationException("RemotePackageItem isn't yet supported"); } else {...

Hi, Im 16 years old and Im new to java with onedirive.So, I would like to know, how can I acces onedrive and download a file from there. Can u...

When I try to build using the command you have shared getting the below error. Pleas suggest the fix. Thanks ``` ranumola@RK:~/sde/development/onedrive-java-client-master/OneDrive-SDK-java-master$ gradle build Starting a Gradle Daemon (subsequent builds...

- I have requirement, where in user will be just inputting the OneDrive URL of the .vsd file - I need to take that URL and connect to one drive...

when we creating client for calling APIs in sdk , a web browser is opening for acquiring the bearer access token, I want to know how to remove this part...

Hey! I just found your API and tried to use my own App to connect with. I changed the client id and the client secret but when I start the...

The following code ```java Client client = new Client(clientId, SCOPE, REDIRECT_URL, clientSecret); client.getRootDir(); ``` Produces the given NPE below: ``` Exception in thread "main" java.lang.NullPointerException at com.bhyoo.onedrive.container.facet.VideoFacet.(VideoFacet.java:32) at com.bhyoo.onedrive.container.facet.VideoFacet.deserialize(VideoFacet.java:105) at...

Always when I run application, it's opening page in browser with Microsoft login page. The same behaviour with both auto login on and off. Should it be like that? I...

enhancement

explain usage of SDK