Method: albums.create
    
    
      
    
    
      
      コレクションでコンテンツを整理
    
    
      
      必要に応じて、コンテンツの保存と分類を行います。
    
  
    
  
      
    
  
  
  
  
  
  
    
    
    
    
    
    
      
      
      
        ユーザーの Google フォト ライブラリにアルバムを作成します。
      
      
        
          HTTP リクエスト
          POST https://photoslibrary.googleapis.com/v1/albums
この URL は gRPC Transcoding 構文を使用します。
        
        
          リクエストの本文
          リクエストの本文には、次の構造のデータが含まれます。
          
            
              
                
                  | JSON 表現 | 
                
              
              
                
                  {
  "album": {
    object (Album)
  }
} | 
                
              
            
          
          
            
              
                
                
              
              
                
                  | フィールド | 
                
              
              
                
                  album | 
                  
                     object (Album) 
                    必須。作成するアルバム。 
                   | 
                
              
            
          
        
        
          レスポンスの本文
          成功した場合、レスポンスの本文には、新しく作成された Album のインスタンスが含まれます。
        
        
          認可スコープ
          以下のいずれかの OAuth スコープが必要です。
          
            https://www.googleapis.com/auth/photoslibrary.appendonly 
          
        
      
    
  
  
  
  
 
  
    
    
      
    
    
  
       
    
    
  
  
  特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
  最終更新日 2025-07-25 UTC。
  
  
  
    
      [[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-25 UTC。"],[],["This document details creating albums in a user's Google Photos library via the API.  It uses a `POST` request to `https://photoslibrary.googleapis.com/v1/albums`. The request body, formatted as JSON, requires an `album` object. Successful requests return the newly created `Album` instance. Authorization necessitates specific OAuth scopes: `photoslibrary`, `photoslibrary.appendonly`, or `photoslibrary.sharing`.  Note that scopes will limit interactions with media items, created by the app, after March 31, 2025.\n"]]