Upload to bucket pictures from a csv file with GAE and Google Cloud Storage2019 Community Moderator ElectionSlow 5 kbps uploads to Google Cloud Storage from AndroidUploading to Google Cloud via an asp.net webpageUnable to read csv file uploaded on google cloud storage bucketCreate/fill form with values from uploaded CSVUploading files to Google Cloud Storage from .NetDownloading folders from Google Cloud Storage BucketGoogle cloud storage lifecycle configuration filesize?Restore Bucket on Google Cloud StorageUploading csv file with vbaTimeout Error When Uploading File from Google App Engine Storing to Google Cloud Storage

Is there a place to find the pricing for things not mentioned in the PHB? (non-magical)

How do I hide Chekhov's Gun?

How are passwords stolen from companies if they only store hashes?

et qui - how do you really understand that kind of phraseology?

Do I need life insurance if I can cover my own funeral costs?

How could an airship be repaired midflight?

Adventure Game (text based) in C++

Knife as defense against stray dogs

Bach's Toccata and Fugue in D minor breaks the "no parallel octaves" rule?

What is the relationship between relativity and the Doppler effect?

World War I as a war of liberals against authoritarians?

Custom alignment for GeoMarkers

How difficult is it to simply disable/disengage the MCAS on Boeing 737 Max 8 & 9 Aircraft?

Is it insecure to send a password in a `curl` command?

Why did it take so long to abandon sail after steamships were demonstrated?

This word with a lot of past tenses

Have the tides ever turned twice on any open problem?

How to pronounce "I ♥ Huckabees"?

What are substitutions for coconut in curry?

How do you talk to someone whose loved one is dying?

What is the adequate fee for a reveal operation?

What is the significance behind "40 days" that often appears in the Bible?

I got the following comment from a reputed math journal. What does it mean?

Fastest way to pop N items from a large dict



Upload to bucket pictures from a csv file with GAE and Google Cloud Storage



2019 Community Moderator ElectionSlow 5 kbps uploads to Google Cloud Storage from AndroidUploading to Google Cloud via an asp.net webpageUnable to read csv file uploaded on google cloud storage bucketCreate/fill form with values from uploaded CSVUploading files to Google Cloud Storage from .NetDownloading folders from Google Cloud Storage BucketGoogle cloud storage lifecycle configuration filesize?Restore Bucket on Google Cloud StorageUploading csv file with vbaTimeout Error When Uploading File from Google App Engine Storing to Google Cloud Storage










0















First of all, I'm using the standard environment in java.



Here's my problem: I have a directory filled with pictures and I have also a CSV file in which there is some informations in columns AND a column which refers to the name of the associated picture in the directory.



I don't know how I would be able to read the csv file and then upload the corresponding picture situated in the directory.



I had the idea of uploading the csv file in one input file and all the pictures in another input file which be "multiple", but the amount of pictures is really large (approximately 5000).



Any idea to solve this ?



Thanks for your help










share|improve this question




























    0















    First of all, I'm using the standard environment in java.



    Here's my problem: I have a directory filled with pictures and I have also a CSV file in which there is some informations in columns AND a column which refers to the name of the associated picture in the directory.



    I don't know how I would be able to read the csv file and then upload the corresponding picture situated in the directory.



    I had the idea of uploading the csv file in one input file and all the pictures in another input file which be "multiple", but the amount of pictures is really large (approximately 5000).



    Any idea to solve this ?



    Thanks for your help










    share|improve this question


























      0












      0








      0








      First of all, I'm using the standard environment in java.



      Here's my problem: I have a directory filled with pictures and I have also a CSV file in which there is some informations in columns AND a column which refers to the name of the associated picture in the directory.



      I don't know how I would be able to read the csv file and then upload the corresponding picture situated in the directory.



      I had the idea of uploading the csv file in one input file and all the pictures in another input file which be "multiple", but the amount of pictures is really large (approximately 5000).



      Any idea to solve this ?



      Thanks for your help










      share|improve this question
















      First of all, I'm using the standard environment in java.



      Here's my problem: I have a directory filled with pictures and I have also a CSV file in which there is some informations in columns AND a column which refers to the name of the associated picture in the directory.



      I don't know how I would be able to read the csv file and then upload the corresponding picture situated in the directory.



      I had the idea of uploading the csv file in one input file and all the pictures in another input file which be "multiple", but the amount of pictures is really large (approximately 5000).



      Any idea to solve this ?



      Thanks for your help







      java forms google-cloud-platform upload google-cloud-storage






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 11 at 11:46









      Pawel Czuczwara

      567




      567










      asked Mar 7 at 15:34









      etienne31etienne31

      105




      105






















          1 Answer
          1






          active

          oldest

          votes


















          0














          You can use Java Standard Environment with Cloud Storage Client Libraries following those steps:




          1. Setup Cloud Storage.

          2. Upload csv file to the bucket using gsutil cp (can also be used to upload the entire folder).


          3. Read file from the bucket to get file names.

          4. Upload files to the bucket, as shown in this example.





          share|improve this answer








          New contributor




          Pawel Czuczwara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















          • Thank you for your answer. I'm facing another issue but as soon as I fix it, I will try it. I'll keep you informed.

            – etienne31
            Mar 13 at 7:51










          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55047518%2fupload-to-bucket-pictures-from-a-csv-file-with-gae-and-google-cloud-storage%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          You can use Java Standard Environment with Cloud Storage Client Libraries following those steps:




          1. Setup Cloud Storage.

          2. Upload csv file to the bucket using gsutil cp (can also be used to upload the entire folder).


          3. Read file from the bucket to get file names.

          4. Upload files to the bucket, as shown in this example.





          share|improve this answer








          New contributor




          Pawel Czuczwara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















          • Thank you for your answer. I'm facing another issue but as soon as I fix it, I will try it. I'll keep you informed.

            – etienne31
            Mar 13 at 7:51















          0














          You can use Java Standard Environment with Cloud Storage Client Libraries following those steps:




          1. Setup Cloud Storage.

          2. Upload csv file to the bucket using gsutil cp (can also be used to upload the entire folder).


          3. Read file from the bucket to get file names.

          4. Upload files to the bucket, as shown in this example.





          share|improve this answer








          New contributor




          Pawel Czuczwara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















          • Thank you for your answer. I'm facing another issue but as soon as I fix it, I will try it. I'll keep you informed.

            – etienne31
            Mar 13 at 7:51













          0












          0








          0







          You can use Java Standard Environment with Cloud Storage Client Libraries following those steps:




          1. Setup Cloud Storage.

          2. Upload csv file to the bucket using gsutil cp (can also be used to upload the entire folder).


          3. Read file from the bucket to get file names.

          4. Upload files to the bucket, as shown in this example.





          share|improve this answer








          New contributor




          Pawel Czuczwara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.










          You can use Java Standard Environment with Cloud Storage Client Libraries following those steps:




          1. Setup Cloud Storage.

          2. Upload csv file to the bucket using gsutil cp (can also be used to upload the entire folder).


          3. Read file from the bucket to get file names.

          4. Upload files to the bucket, as shown in this example.






          share|improve this answer








          New contributor




          Pawel Czuczwara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          share|improve this answer



          share|improve this answer






          New contributor




          Pawel Czuczwara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          answered Mar 11 at 15:32









          Pawel CzuczwaraPawel Czuczwara

          567




          567




          New contributor




          Pawel Czuczwara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





          New contributor





          Pawel Czuczwara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.






          Pawel Czuczwara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.












          • Thank you for your answer. I'm facing another issue but as soon as I fix it, I will try it. I'll keep you informed.

            – etienne31
            Mar 13 at 7:51

















          • Thank you for your answer. I'm facing another issue but as soon as I fix it, I will try it. I'll keep you informed.

            – etienne31
            Mar 13 at 7:51
















          Thank you for your answer. I'm facing another issue but as soon as I fix it, I will try it. I'll keep you informed.

          – etienne31
          Mar 13 at 7:51





          Thank you for your answer. I'm facing another issue but as soon as I fix it, I will try it. I'll keep you informed.

          – etienne31
          Mar 13 at 7:51



















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55047518%2fupload-to-bucket-pictures-from-a-csv-file-with-gae-and-google-cloud-storage%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

          Identity Server 4 is not redirecting to Angular app after login2019 Community Moderator ElectionIdentity Server 4 and dockerIdentityserver implicit flow unauthorized_clientIdentityServer Hybrid Flow - Access Token is null after user successful loginIdentity Server to MVC client : Page Redirect After loginLogin with Steam OpenId(oidc-client-js)Identity Server 4+.NET Core 2.0 + IdentityIdentityServer4 post-login redirect not working in Edge browserCall to IdentityServer4 generates System.NullReferenceException: Object reference not set to an instance of an objectIdentityServer4 without HTTPS not workingHow to get Authorization code from identity server without login form

          2005 Ahvaz unrest Contents Background Causes Casualties Aftermath See also References Navigation menue"At Least 10 Are Killed by Bombs in Iran""Iran"Archived"Arab-Iranians in Iran to make April 15 'Day of Fury'"State of Mind, State of Order: Reactions to Ethnic Unrest in the Islamic Republic of Iran.10.1111/j.1754-9469.2008.00028.x"Iran hangs Arab separatists"Iran Overview from ArchivedConstitution of the Islamic Republic of Iran"Tehran puzzled by forged 'riots' letter""Iran and its minorities: Down in the second class""Iran: Handling Of Ahvaz Unrest Could End With Televised Confessions""Bombings Rock Iran Ahead of Election""Five die in Iran ethnic clashes""Iran: Need for restraint as anniversary of unrest in Khuzestan approaches"Archived"Iranian Sunni protesters killed in clashes with security forces"Archived