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

AbstractDriveItem

Open dprekul-sol60771 opened this issue 1 year ago • 0 comments

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 {
			throw new UnsupportedOperationException("Unsupported type of item. contact author");
		}
	}
	else {
		**throw new UnsupportedOperationException("Unsupported type of item. contact author");**
	}
}

Maybee new type of items?

Thank you. David

dprekul-sol60771 avatar Aug 29 '22 14:08 dprekul-sol60771