How to specify the uploadType function to insert in the Google Drive SDK java client

In the Google Drive SDK for the insert function, the documentation says that the uploadType parameter is necessary and can take 3 values. But it does not indicate how this value can be determined using the java client. it is unclear whether the example uses simple, multiple, or renewable. How do you define uploadType in java api.

thanks

+2
source share

All Articles