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
Firstly, I would like to thank you for the code provided, it helped me a lot to migrate my personal OneDrive to GCS.
I'm not a programmer and I have very little knowledge in this area and I would like to share some tips and suggestions.
Initially I didn't know how to run this code, so I needed to install nodejs, npm and dotenv on my Linux machine.
Then I had a little difficulty regarding the OneDrive directory configured in the .env. In the variable we must put the name of the folder we want to copy and here the first suggestion, would it be possible to copy subfolders? Currently, if I want to copy the "Documents" directory and there is a folder inside it, the code does not work.
Another problem I had was regarding the virtual machine (compute engine) access permission to the storage bucket. Initially I received a 403 from the Google API and after some searches I discovered that it was necessary to authorize the virtual machine's access to the bucket.
Finally I had some problems with corrupted files, the transfer was successful but when comparing the GCS file with the OneDrive file, the size of the GCS file was noticeably smaller and when downloading the file I was able to confirm that it was corrupt.
These are just suggestions and tips to contribute to your code that helped me a lot.
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hello,
Firstly, I would like to thank you for the code provided, it helped me a lot to migrate my personal OneDrive to GCS.
I'm not a programmer and I have very little knowledge in this area and I would like to share some tips and suggestions.
Initially I didn't know how to run this code, so I needed to install nodejs, npm and dotenv on my Linux machine.
Then I had a little difficulty regarding the OneDrive directory configured in the .env. In the variable we must put the name of the folder we want to copy and here the first suggestion, would it be possible to copy subfolders? Currently, if I want to copy the "Documents" directory and there is a folder inside it, the code does not work.
Another problem I had was regarding the virtual machine (compute engine) access permission to the storage bucket. Initially I received a 403 from the Google API and after some searches I discovered that it was necessary to authorize the virtual machine's access to the bucket.
Finally I had some problems with corrupted files, the transfer was successful but when comparing the GCS file with the OneDrive file, the size of the GCS file was noticeably smaller and when downloading the file I was able to confirm that it was corrupt.
These are just suggestions and tips to contribute to your code that helped me a lot.
Thank you very much!
The text was updated successfully, but these errors were encountered: