You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This depends on googleapis/google-api-java-client#937. MediaHttpDownloader.setContentRange takes firstBytePos as a long while lastBytePos as an int. As soon as this gets fixed we need to remove int casting.
This depends on googleapis/google-api-java-client#937.
MediaHttpDownloader.setContentRangetakesfirstBytePosas a long whilelastBytePosas an int. As soon as this gets fixed we need to removeintcasting.