i would like to know if the link shared is password protected and its expiration date if exists
i make an API call
graphClient.users('email').drive().items(id).permissions()
but don't seem to receive that information and cannot locate another call that will return it
if there is another way to call the api not via sdk that is acceptable as well thanks
Try using the beta
endpoint - you can point to it using the SDK by following this answer (the answer is for C# but it should apply to Java as well). The SDK may not have the properties on it, but they should be available in the AdditionalData
property.