Does anyone know how to upload a file to Google Drive via API? I already sincronized my google drive with ASPOSE and was wondering how should I change the path of ther url request https://api.aspose.cloud/v4.0/words/storage/file/Modelos_Topicos_BAS/{{23.field_2842_raw}}.docx in order to upload do google drive.
We are sorry for the inconvenience. It seems the links are broken in How to configure 3rd party cloud storage page. We will fix it soon. Meanwhile, you can access the required article from the menu.
Once you configure your google drive storage in aspose.cloud dashboard. Then you can pass the storage name, set in the configuration process, as storageName parameter value in the UploadFile API method.
Please check GetFilesList API method for the purpose. Kindly note if you are using default Cloud storage, then you can omit the storageName parameter. Otherwise, you should pass the storage name, configured in aspose.cloud dashboard.