Hi all,
I need to upload a large file to Google Drive and I succeeded:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
but the file received from GD is "Untitled".
How can I send the file with a name?
Thanks in advance.
			
			I need to upload a large file to Google Drive and I succeeded:
			
				B4X:
			
		
		
		Dim h_ul As HttpJob
h_ul.Initialize("",Me)
h_ul.PostFile("https://www.googleapis.com/upload/drive/v3/files",localPath,localFilename)
h_ul.GetRequest.SetHeader("Authorization", "Bearer " & mytoken)
Wait For (h_ul) JobDone(h_ul As HttpJob)
If h_ul.Success Then
.........but the file received from GD is "Untitled".
How can I send the file with a name?
Thanks in advance.
 
				 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		