RE: Send Netsuite Data to Google Drive
Hello, Does anyone know how to move Netsuite data to Google Drive?
I am facing an issue fetching token access, Please let me know anyone has idea how to do.
var token_data= nlapiRequestURL(‘https://www.googleapis.com/auth/drive.file’,token_body,null,”GET”);
I am trying above way to fetch token
getting response “nlobjServerResponse” and inside body response getting “drive.file“
Hi,
Have you looked at this documentation:
https://developers.google.com/drive/api/v3/manage-uploads
You’ll need to do the whole OAuth stuff first but then this is the API to perform the actual upload.
Thanks,
Chris